summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
authorwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 21:37:21 +0000
committerwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 21:37:21 +0000
commit669f1476f3c5cf464e7b82d6338ba7ae41bf8ce0 (patch)
tree319f6e3d4e70acfa143e9a28b05fafb0ec630366 /webkit/tools/test_shell/test_shell_switches.cc
parent1a14188b1eb6a595da3e2f012e9223ca2b55f590 (diff)
downloadchromium_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 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 54e7af3..bf66faf 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -45,16 +45,13 @@ const wchar_t kDumpStatsTable[] = L"stats";
// Use a specified cache directory.
const wchar_t kCacheDir[] = L"cache-dir";
-// When being run through a memory profiler, trigger memory in use dumps at
+// When being run through a memory profiler, trigger memory in use dumps at
// startup and just prior to shutdown.
const wchar_t kDebugMemoryInUse[] = L"debug-memory-in-use";
// Enable cookies on the file:// scheme. --layout-tests also enables this.
const wchar_t kEnableFileCookies[] = L"enable-file-cookies";
-// Enable the winhttp network stack.
-const wchar_t kUseWinHttp[] = L"winhttp";
-
// Enable tracing events (see base/trace_event.h)
const wchar_t kEnableTracing[] = L"enable-tracing";