diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 3 |
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. |