$OpenBSD: patch-net_url_request_url_request_context_cc,v 1.13 2021/11/16 11:28:47 robert Exp $

Index: net/url_request/url_request_context.cc
--- net/url_request/url_request_context.cc.orig
+++ net/url_request/url_request_context.cc
@@ -86,7 +86,7 @@ const HttpNetworkSessionContext* URLRequestContext::Ge
 
 // 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))
+#if !defined(OS_WIN) && !(defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
 std::unique_ptr<URLRequest> URLRequestContext::CreateRequest(
     const GURL& url,
     RequestPriority priority,
