Index: webkit/tools/test_shell/test_shell_switches.cc |
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc |
index 29d8328bdcbfbe5bc2e58131b7e20aa8c2052e01..b935e15824e3c00226edfb5dcc2ed1ad7e07dc86 100644 |
--- a/webkit/tools/test_shell/test_shell_switches.cc |
+++ b/webkit/tools/test_shell/test_shell_switches.cc |
@@ -13,6 +13,8 @@ const char kNoErrorDialogs[] = "noerrdialogs"; |
// respectively, and interferes with interactive use of the UI. |
const char kLayoutTests[] = "layout-tests"; |
const char kCrashDumps[] = "crash-dumps"; // Enable crash dumps |
+// Dumps the full-heap instead of only stack. Used with kCrashDumps. |
+const char kCrashDumpsFulldump[] = "crash-dumps-fulldump"; |
// Causes the test_shell to run with a generic theme (part of layout_tests). |
const char kGenericTheme[] = "generic-theme"; |