$OpenBSD: patch-net_url_request_url_fetcher_h,v 1.6 2021/10/29 14:49:41 robert Exp $

Index: net/url_request/url_fetcher.h
--- net/url_request/url_fetcher.h.orig
+++ net/url_request/url_fetcher.h
@@ -354,7 +354,7 @@ class NET_EXPORT URLFetcher {
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
 #if (!defined(OS_WIN) &&                                       \
-     !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))) || \
+     !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))) || \
     defined(OS_CHROMEOS)
   // |url| is the URL to send the request to. It must be valid.
   // |request_type| is the type of request to make.
