Index: chrome/browser/net/connection_tester.cc |
=================================================================== |
--- chrome/browser/net/connection_tester.cc (revision 62058) |
+++ chrome/browser/net/connection_tester.cc (working copy) |
@@ -159,7 +159,8 @@ |
return net::ERR_NOT_IMPLEMENTED; |
} |
- *proxy_service = net::ProxyService::Create(config_service.release(), true, |
+ *proxy_service = net::ProxyService::CreateUsingV8ProxyResolver( |
+ config_service.release(), |
0u, this, NULL, MessageLoop::current()); |
return net::OK; |