aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_url__request_url__request__context.cc
blob: af1a8c166b53f863b3339a9e97bcfdbde314a826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/url_request/url_request_context.cc.orig	2021-09-24 04:26:09 UTC
+++ net/url_request/url_request_context.cc
@@ -94,7 +94,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,