diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 21:49:49 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 21:49:49 +0000 |
commit | 27b5ce9bb27f6c4aa60931cea1c3bab2ed3b9e47 (patch) | |
tree | bbfa5cdeaa465f9772c23d48ec0ff2d22a631fb2 /chrome/common/chrome_switches.h | |
parent | 209fe9f0fb738e0771f10d68bcc97fce77494a68 (diff) | |
download | chromium_src-27b5ce9bb27f6c4aa60931cea1c3bab2ed3b9e47.zip chromium_src-27b5ce9bb27f6c4aa60931cea1c3bab2ed3b9e47.tar.gz chromium_src-27b5ce9bb27f6c4aa60931cea1c3bab2ed3b9e47.tar.bz2 |
Change the default http stack for chrome.exe from winhttp to the new one.
http://code.google.com/p/chromium/issues/detail?id=2645
Review URL: http://codereview.chromium.org/7668
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 19b3ae6..b252e49 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -118,7 +118,7 @@ extern const wchar_t kGearsPluginPathOverride[]; extern const wchar_t kGearsInRenderer[]; -extern const wchar_t kUseNewHttp[]; +extern const wchar_t kUseWinHttp[]; extern const wchar_t kEnableFastback[]; |