Index: chrome/service/net/service_url_request_context.cc |
=================================================================== |
--- chrome/service/net/service_url_request_context.cc (revision 85651) |
+++ chrome/service/net/service_url_request_context.cc (working copy) |
@@ -111,6 +111,7 @@ |
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)); |