diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 09:08:10 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 09:08:10 +0000 |
commit | e326922daea12d085dc61eec267148e284a1bb0e (patch) | |
tree | 4e5bbf2ff781147be0c9d5668f5b1965be704a70 /chrome/browser/net/url_info.h | |
parent | 66da158f592f654fab11b6c98d2d9d5290c7ece4 (diff) | |
download | chromium_src-e326922daea12d085dc61eec267148e284a1bb0e.zip chromium_src-e326922daea12d085dc61eec267148e284a1bb0e.tar.gz chromium_src-e326922daea12d085dc61eec267148e284a1bb0e.tar.bz2 |
Update the Preconnect logic to use the new HttpStreamFactory for
creating connections rather than doing it manually.
With this update, I believe we no longer need to avoid preconnects
through proxies. The new logic can handle that case.
Also updated the predictor_api slightly for the next wave of work.
BUG=none
TEST=existing
Review URL: http://codereview.chromium.org/3226011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/url_info.h')
-rw-r--r-- | chrome/browser/net/url_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h index 4ef5a7c..bd930ae 100644 --- a/chrome/browser/net/url_info.h +++ b/chrome/browser/net/url_info.h @@ -39,6 +39,9 @@ class UrlInfo { LINKED_MAX_MOTIVATED, // enum demarkation above motivation from links. OMNIBOX_MOTIVATED, // Omni-box suggested resolving this. STARTUP_LIST_MOTIVATED, // Startup list caused this resolution. + EARLY_LOAD_MOTIVATED, // In some cases we use the prefetcher to warm up + // the connection in advance of issuing the real + // request. NO_PREFETCH_MOTIVATION, // Browser navigation info (not prefetch related). |