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/common/chrome_switches.cc | |
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/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e993cbf..d231c33 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -814,10 +814,6 @@ const char kPluginProcess[] = "plugin"; // Causes the plugin process to display a dialog on launch. const char kPluginStartupDialog[] = "plugin-startup-dialog"; -// Enable TCP/IP preconnection, and DNS preresolution, even if a proxy might -// possibly be used for connections. -const char kPreconnectDespiteProxy[] = "preconnect-despite-proxy"; - // Establishes a channel to the GPU process asynchronously and (re)launches it // if necessary when a renderer process starts. const char kPrelaunchGpuProcess[] = "prelaunch-gpu-process"; |