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.h | |
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.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h index cdda8a6..f368996 100644 --- a/webkit/tools/test_shell/test_shell_switches.h +++ b/webkit/tools/test_shell/test_shell_switches.h @@ -24,7 +24,7 @@ extern const wchar_t kDumpStatsTable[]; extern const wchar_t kCacheDir[]; extern const wchar_t kDebugMemoryInUse[]; extern const wchar_t kEnableFileCookies[]; -extern const wchar_t kUseNewHttp[]; +extern const wchar_t kUseWinHttp[]; extern const wchar_t kEnableTracing[]; extern const wchar_t kAllowScriptsToCloseWindows[]; |