From f2d8c4217a9214d12385ca43e2b22fd691a4f47a Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Tue, 2 Feb 2010 00:56:35 +0000 Subject: Add fine grain tracing to HostResolverImpl. This will help in diagnosing the "slow resolving host" bugs. Users can now click an "Enable tracing" button on "chrome://net-internals/hostresolver". This logs detailed information on the DNS requests flowing through the browser (when they were received, when they were posted to the thread pool, when they started running on the worker thread, etc...). BUG=12754 Review URL: http://codereview.chromium.org/556094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37776 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/proxy_resolver_js_bindings_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'net/proxy') diff --git a/net/proxy/proxy_resolver_js_bindings_unittest.cc b/net/proxy/proxy_resolver_js_bindings_unittest.cc index abea285..5035f3e 100644 --- a/net/proxy/proxy_resolver_js_bindings_unittest.cc +++ b/net/proxy/proxy_resolver_js_bindings_unittest.cc @@ -37,7 +37,6 @@ class MockHostResolverWithMultipleResults : public HostResolver { virtual void CancelRequest(RequestHandle req) {} virtual void AddObserver(Observer* observer) {} virtual void RemoveObserver(Observer* observer) {} - virtual HostCache* GetHostCache() { return NULL; } virtual void Shutdown() {} private: -- cgit v1.1