$OpenBSD: patch-net_url_request_url_request_context_builder_cc,v 1.20 2018/03/12 13:48:34 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_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
     // ProxyService::CreateSystemProxyConfigService()'s signature doesn't suck.
     if (!proxy_config_service_) {
