diff options
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r-- | base/base_switches.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc index d6b7d02..c6dce9b 100644 --- a/base/base_switches.cc +++ b/base/base_switches.cc @@ -54,4 +54,11 @@ const char kWaitForDebugger[] = "wait-for-debugger"; // Sends a pretty-printed version of tracing info to the console. const char kTraceToConsole[] = "trace-to-console"; +#if defined(OS_POSIX) +// Used for turning on Breakpad crash reporting in a debug environment where +// crash reporting is typically compiled but disabled. +const char kEnableCrashReporterForTesting[] = + "enable-crash-reporter-for-testing"; +#endif + } // namespace switches |