summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
authorsgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-20 07:46:08 +0000
committersgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-20 07:46:08 +0000
commitb351289447215f8f9fda9077934d42ae72668a90 (patch)
treeea6328182679fa164e7f776a27dd636864475327 /webkit/tools/test_shell/test_shell.h
parent305d8c7eab56ac69d8451b47523c9e0bbcdfd8fa (diff)
downloadchromium_src-b351289447215f8f9fda9077934d42ae72668a90.zip
chromium_src-b351289447215f8f9fda9077934d42ae72668a90.tar.gz
chromium_src-b351289447215f8f9fda9077934d42ae72668a90.tar.bz2
Add option --gp-fault-error-box to test shell and run_webkit_tests.py to enable the Windows GP fault dialog. This makes it easier to start debugging the crash in Visual Studio.
Review URL: http://codereview.chromium.org/11273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index 8e96364..7ce104f 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -71,7 +71,8 @@ public:
// Initialization and clean up of logging.
static void InitLogging(bool suppress_error_dialogs,
- bool running_layout_tests);
+ bool running_layout_tests,
+ bool enable_gp_fault_error_box);
static void CleanupLogging();
// Initialization and clean up of a static member variable.