$OpenBSD: patch-net_url_request_url_request_context_builder_cc,v 1.9 2016/10/27 18:30:41 robert Exp $
--- net/url_request/url_request_context_builder.cc.orig.port	Wed Oct 12 21:03:01 2016
+++ net/url_request/url_request_context_builder.cc	Wed Oct 19 12:56:07 2016
@@ -327,7 +327,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu
   if (!proxy_service_) {
     // TODO(willchan): Switch to using this code when
     // ProxyService::CreateSystemProxyConfigService()'s signature doesn't suck.
-#if !defined(OS_LINUX) && !defined(OS_ANDROID)
+#if !defined(OS_LINUX) && !defined(OS_ANDROID) && !defined(OS_BSD)
     if (!proxy_config_service_) {
       proxy_config_service_ = ProxyService::CreateSystemProxyConfigService(
           base::ThreadTaskRunnerHandle::Get().get(),
