summaryrefslogtreecommitdiffstats
path: root/base/base_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_switches.h')
-rw-r--r--base/base_switches.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base_switches.h b/base/base_switches.h
index 1d8a8a8..33b2b68 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -23,6 +23,10 @@ extern const char kVModule[];
extern const char kWaitForDebugger[];
extern const char kTraceToConsole[];
+#if defined(OS_POSIX)
+extern const char kEnableCrashReporterForTesting[];
+#endif
+
} // namespace switches
#endif // BASE_BASE_SWITCHES_H_