diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 01:24:22 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 01:24:22 +0000 |
commit | 3e100d5abb3bcea7e823debff1d8606984baeb3b (patch) | |
tree | 8db834bb4e713b621de907b9e4a4f1f5e48b8660 /webkit/tools/test_shell/test_shell_switches.h | |
parent | f1d07b705c8fc1bc2a8bee2977ac8c4dc01879f1 (diff) | |
download | chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.zip chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.tar.gz chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.tar.bz2 |
Fix SupressErrorReporting on the mac and remove --gdb flag from test_shell. The --gdb flag isn't needed with the new way of handling crash reporting. I don't quite understand what the new code is doing, but I tried both a crashing test_shell and stepping past SuppressErrorReporting via gdb in xcode.
In addition to saving developer annoyance with ReportCrash popping up, this should considerably improve the performance of running the webkit tests.
Review URL: http://codereview.chromium.org/67193
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13820 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h index be995d1..597615f 100644 --- a/webkit/tools/test_shell/test_shell_switches.h +++ b/webkit/tools/test_shell/test_shell_switches.h @@ -28,7 +28,6 @@ extern const wchar_t kEnableFileCookies[]; extern const wchar_t kEnableTracing[]; extern const wchar_t kAllowScriptsToCloseWindows[]; extern const wchar_t kCheckLayoutTestSystemDeps[]; -extern const wchar_t kGDB[]; extern const wchar_t kProfiler[]; } // namespace test_shell |