summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 15:13:49 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 15:13:49 +0000
commitbff1f51a7aa9c3dd72711304b5f0f158de74d630 (patch)
tree0796aad39d2ca4b480c30249e6b709ffd38a5667 /chrome/browser/io_thread.h
parent30ec247e0d99a0b084a65ba63a5789b3037aa94d (diff)
downloadchromium_src-bff1f51a7aa9c3dd72711304b5f0f158de74d630.zip
chromium_src-bff1f51a7aa9c3dd72711304b5f0f158de74d630.tar.gz
chromium_src-bff1f51a7aa9c3dd72711304b5f0f158de74d630.tar.bz2
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
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r--chrome/browser/io_thread.h1
1 files changed, 0 insertions, 1 deletions
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);