diff options
Diffstat (limited to 'chrome/browser/net/connection_tester.cc')
-rw-r--r-- | chrome/browser/net/connection_tester.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc index 91d6afe..8658240 100644 --- a/chrome/browser/net/connection_tester.cc +++ b/chrome/browser/net/connection_tester.cc @@ -159,7 +159,8 @@ class ExperimentURLRequestContext : public URLRequestContext { 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; |