diff options
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/net/service_url_request_context.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc index 5159078..b17b3b5 100644 --- a/chrome/service/net/service_url_request_context.cc +++ b/chrome/service/net/service_url_request_context.cc @@ -111,7 +111,6 @@ ServiceURLRequestContext::ServiceURLRequestContext( ALLOW_THIS_IN_INITIALIZER_LIST(storage_(this)) { storage_.set_host_resolver( net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism, - net::HostResolver::kDefaultRetryAttempts, NULL)); storage_.set_proxy_service(net::ProxyService::CreateUsingSystemProxyResolver( net_proxy_config_service, 0u, NULL)); |