diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 20:57:46 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 20:57:46 +0000 |
commit | dd48b295d1e19e3d25fca96bfad820d007b137a1 (patch) | |
tree | f5d3786e7acc8ef7832e4608e91d3e4eb3c09697 /webkit/tools/test_shell/test_shell_switches.cc | |
parent | 0144cbb8cfc2c09de155908849df2eb0de19b701 (diff) | |
download | chromium_src-dd48b295d1e19e3d25fca96bfad820d007b137a1.zip chromium_src-dd48b295d1e19e3d25fca96bfad820d007b137a1.tar.gz chromium_src-dd48b295d1e19e3d25fca96bfad820d007b137a1.tar.bz2 |
Make new http stack the default for test_shell.exe. The consequence of this change is the buildbots will be running layout tests with the new stack.
Review URL: http://codereview.chromium.org/7409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3415 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.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc index 1f21aa0..5b9bb5f 100644 --- a/webkit/tools/test_shell/test_shell_switches.cc +++ b/webkit/tools/test_shell/test_shell_switches.cc @@ -48,8 +48,8 @@ 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 new HTTP stack. -const wchar_t kUseNewHttp[] = L"new-http"; +// 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"; |