diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 15:13:49 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-15 15:13:49 +0000 |
commit | bff1f51a7aa9c3dd72711304b5f0f158de74d630 (patch) | |
tree | 0796aad39d2ca4b480c30249e6b709ffd38a5667 /chrome/browser/io_thread.h | |
parent | 30ec247e0d99a0b084a65ba63a5789b3037aa94d (diff) | |
download | chromium_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.h | 1 |
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); |