summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 00:37:37 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 00:37:37 +0000
commit243a8eeb4a5b7421cf2cc66ed77e8480a41bfc43 (patch)
tree4917fff31e68f31b2358ae5a79e5c0df048f296d /chrome/service
parent542cc177b9a20f9d7dc66c3c030bbaa54637642e (diff)
downloadchromium_src-243a8eeb4a5b7421cf2cc66ed77e8480a41bfc43.zip
chromium_src-243a8eeb4a5b7421cf2cc66ed77e8480a41bfc43.tar.gz
chromium_src-243a8eeb4a5b7421cf2cc66ed77e8480a41bfc43.tar.bz2
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
to specify the number of retry attempts to resolve host. BUG=82580 TEST=host resolver unit tests R=eroman Review URL: http://codereview.chromium.org/7011044 TBR=rtenneti@chromium.org Review URL: http://codereview.chromium.org/7044027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/net/service_url_request_context.cc1
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));