aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-net_url__request_url__request__context.cc
blob: d61a92aae2880e866725917751563fe2d9c37b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/url_request/url_request_context.cc.orig	2021-04-14 01:08:53 UTC
+++ net/url_request/url_request_context.cc
@@ -93,7 +93,7 @@ const HttpNetworkSession::Context* URLRequestContext::
 
 // 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,