Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index bf8979c0fb5ac8e40bb597bd9b24a44c61eb9926..573c01f6663578861ccda45ac80d82a9129451ec 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -61,6 +61,7 @@ extern const char kDisableGpuProcessCrashLimit[]; |
CONTENT_EXPORT extern const char kDisableGpuRasterization[]; |
CONTENT_EXPORT extern const char kDisableGpuSandbox[]; |
CONTENT_EXPORT extern const char kDisableGpuWatchdog[]; |
+CONTENT_EXPORT extern const char kDisableInProcessStackTraces[]; |
CONTENT_EXPORT extern const char kDisableLowResTiling[]; |
CONTENT_EXPORT extern const char kDisableHangMonitor[]; |
CONTENT_EXPORT extern const char kDisableHideInactiveStackedTabCloseButtons[]; |