From bff1f51a7aa9c3dd72711304b5f0f158de74d630 Mon Sep 17 00:00:00 2001 From: "jar@chromium.org" Date: Sun, 15 Aug 2010 15:13:49 +0000 Subject: Intercept navigations, not DNS resolutions, to predict startup Transition from using a DNS observer, to using the TCP/IP connection interceptor (which is used for preconneciton and pre-resolution) to acquire the list of hosts to resolve at startup. BUG=42694 r=mbelshe Review URL: http://codereview.chromium.org/3169006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56163 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/io_thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/io_thread.h') diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 8ce6ecf..f2f1310 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -110,7 +110,6 @@ class IOThread : public BrowserProcessSubThread { // these observers would be used accidentally after we have begun to tear // down. chrome_browser_net::ConnectInterceptor* speculative_interceptor_; - net::HostResolver::Observer* prefetch_observer_; chrome_browser_net::Predictor* predictor_; DISALLOW_COPY_AND_ASSIGN(IOThread); -- cgit v1.1