freebsd-ports/www/chromium/files/patch-chrome__browser__net__connection_tester.cc
Rene Ladan a71930e2d9 Update to 17.0.963.46
Obtained from:	Chromium Chruetertee development repository
Security:	http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
2012-02-09 12:53:00 +00:00

11 lines
586 B
C++

--- chrome/browser/net/connection_tester.cc.orig 2012-01-18 11:12:39.000000000 +0200
+++ chrome/browser/net/connection_tester.cc 2012-01-29 15:24:02.000000000 +0200
@@ -212,7 +212,7 @@
// Otherwise returns a network error code.
int CreateSystemProxyConfigService(
scoped_ptr<net::ProxyConfigService>* config_service) {
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX) || defined(OS_BSD)
// 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;