aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-net_url__request_url__request__context__builder.cc
blob: 5af8623376cd8287ec76f70ba2e40d257565fc76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/url_request/url_request_context_builder.cc.orig	2025-06-30 07:04:30 UTC
+++ net/url_request/url_request_context_builder.cc
@@ -444,7 +444,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu
   }
 
   if (!proxy_resolution_service_) {
-#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD)
     // TODO(willchan): Switch to using this code when
     // ProxyConfigService::CreateSystemProxyConfigService()'s
     // signature doesn't suck.