| Index: base/base_switches.cc
|
| diff --git a/base/base_switches.cc b/base/base_switches.cc
|
| index f0ac32b4e3fdedf0f55db24c9d1b6e426905ea0c..bdd7b62d475b155f4452a40ffff88181678fc7dd 100644
|
| --- a/base/base_switches.cc
|
| +++ b/base/base_switches.cc
|
| @@ -49,4 +49,12 @@ 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)
|
| +// A flag, generated internally for renderer and other helper process command
|
| +// lines on Linux and Mac. It tells the helper process to enable crash dumping
|
| +// and reporting, because helpers cannot access the files needed to make this
|
| +// decision.
|
| +const char kEnableCrashReporter[] = "enable-crash-reporter";
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|