$OpenBSD: patch-net_url_request_url_request_context_builder_cc,v 1.14 2018/06/06 07:50: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
@@ -506,7 +506,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.
