diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 21:37:21 +0000 |
commit | 669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0 (patch) | |
tree | 319f6e3d4e70acfa143e9a28b05fafb0ec630366 /chrome/common/chrome_switches.cc | |
parent | 1a14188b1eb6a595da3e2f012e9223ca2b55f590 (diff) | |
download | chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.zip chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.gz chromium_src-669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0.tar.bz2 |
Remove HttpTransactionWinHttp and the --winhttp command-line
switch.
Remove WinHttpThrottle and CertStatusCache, which are only
used by HttpTransactionWinHttp.
Fix nits reported by cpplint.py.
R=eroman,darin
BUG=6323
Review URL: http://codereview.chromium.org/17635
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index cc390da..046b7ea 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -315,9 +315,6 @@ const wchar_t kGearsPluginPathOverride[] = L"gears-plugin-path"; // Switch to load Gears in the renderer process. const wchar_t kGearsInRenderer[] = L"gears-in-renderer"; -// Enable winhttp HTTP stack. -const wchar_t kUseWinHttp[] = L"winhttp"; - // Enable the fastback page cache. const wchar_t kEnableFastback[] = L"enable-fastback"; @@ -346,7 +343,7 @@ const wchar_t kIncognito[] = L"incognito"; // problems on some computers during updates. const wchar_t kUseOldSafeBrowsing[] = L"old-safe-browsing"; -// Turns on the accessibility in the renderer. Off by default until +// Turns on the accessibility in the renderer. Off by default until // http://b/issue?id=1432077 is fixed. const wchar_t kEnableRendererAccessibility[] = L"enable-renderer-accessibility"; |