diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 00:56:35 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 00:56:35 +0000 |
commit | f2d8c4217a9214d12385ca43e2b22fd691a4f47a (patch) | |
tree | ae124579efa80bfc69ccf36f05fef865027ca277 /net/proxy | |
parent | 32f076f65de1d1e40b462a6a704b27b34a9725ca (diff) | |
download | chromium_src-f2d8c4217a9214d12385ca43e2b22fd691a4f47a.zip chromium_src-f2d8c4217a9214d12385ca43e2b22fd691a4f47a.tar.gz chromium_src-f2d8c4217a9214d12385ca43e2b22fd691a4f47a.tar.bz2 |
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
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/proxy_resolver_js_bindings_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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: |