aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_url__request_url__request__context.cc
blob: f6a1bad38a1168c834f8786b2634443f23586057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/url_request/url_request_context.cc.orig	2021-12-31 00:57:37 UTC
+++ net/url_request/url_request_context.cc
@@ -87,7 +87,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,