From 2bb044402ba016977b58014a22b0631ab7ed605d Mon Sep 17 00:00:00 2001 From: "mmenke@chromium.org" Date: Wed, 18 Aug 2010 18:01:15 +0000 Subject: Revert 56539 - Added HostResolveImpl Requests and Jobs to log. ConnectJobs point to the requests, Requests point back to ConnectJobs and to the DNS lookup they were attached to, if any. Also CONNECT_JOBs are now identified by their host/port on the Requests list. BUG= 46844 TEST= Look at the net-internals screen. Review URL: http://codereview.chromium.org/3080034 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/3137022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56556 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/proxy_script_fetcher_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/proxy') diff --git a/net/proxy/proxy_script_fetcher_unittest.cc b/net/proxy/proxy_script_fetcher_unittest.cc index 8980c0e..65a7d4d 100644 --- a/net/proxy/proxy_script_fetcher_unittest.cc +++ b/net/proxy/proxy_script_fetcher_unittest.cc @@ -35,8 +35,7 @@ class RequestContext : public URLRequestContext { RequestContext() { net::ProxyConfig no_proxy; host_resolver_ = - net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism, - NULL); + net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism); proxy_service_ = net::ProxyService::CreateFixed(no_proxy); ssl_config_service_ = new net::SSLConfigServiceDefaults; -- cgit v1.1