Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4a84e566dceef93a45430e3579d71f0ccde72983..c159c0955bfec2b5fa209702eb2f5eb83f22d14a 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -181,6 +181,9 @@ const char kDisableGpuSandbox[] = "disable-gpu-sandbox"; |
// messages. |
const char kDisableGpuWatchdog[] = "disable-gpu-watchdog"; |
+// Disable in-process stack traces. |
+const char kDisableInProcessStackTraces[] = "disable-in-process-stack-traces"; |
+ |
// Suppresses hang monitor dialogs in renderer processes. This may allow slow |
// unload handlers on a page to prevent the tab from closing, but the Task |
// Manager can be used to terminate the offending process in this case. |