$OpenBSD: patch-net_url_request_url_request_context_builder_cc,v 1.17 2019/04/17 11:48:54 robert Exp $

Index: net/url_request/url_request_context_builder.cc
--- net/url_request/url_request_context_builder.cc.orig
+++ net/url_request/url_request_context_builder.cc
@@ -520,7 +520,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu
   }
 
   if (!proxy_resolution_service_) {
-#if !defined(OS_LINUX) && !defined(OS_ANDROID)
+#if !defined(OS_LINUX) && !defined(OS_ANDROID) && !defined(OS_BSD)
     // TODO(willchan): Switch to using this code when
     // ProxyResolutionService::CreateSystemProxyConfigService()'s signature
     // doesn't suck.
