Index: chrome/browser/net/connection_tester.cc |
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc |
index 4578dedaebd390cd18c93952be1fccb5a6123ed1..2425dddfa5dd3394fa83a0803d6f0a9bae95243a 100644 |
--- a/chrome/browser/net/connection_tester.cc |
+++ b/chrome/browser/net/connection_tester.cc |
@@ -211,7 +211,7 @@ class ExperimentURLRequestContext : public net::URLRequestContext { |
// Otherwise returns a network error code. |
int CreateSystemProxyConfigService( |
scoped_ptr<net::ProxyConfigService>* config_service) { |
-#if defined(OS_LINUX) |
+#if defined(OS_LINUX) || defined(OS_OPENBSD) |
// TODO(eroman): This is not supported on Linux yet, because of how |
// construction needs ot happen on the UI thread. |
return net::ERR_NOT_IMPLEMENTED; |