| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 128dd3154218a9ce97a1b3801e62fe122056b07e..a3f1909a469495295132cb96a83b12f452d2aa1a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1458,12 +1458,6 @@ const char kOpenAsh[] = "open-ash";
|
| #endif
|
|
|
| #if defined(OS_POSIX)
|
| -// A flag, generated internally by Chrome 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 profile or other
|
| -// files needed to make this decision.
|
| -const char kEnableCrashReporter[] = "enable-crash-reporter";
|
| -
|
| // Used for turning on Breakpad crash reporting in a debug environment where
|
| // crash reporting is typically compiled but disabled.
|
| const char kEnableCrashReporterForTesting[] =
|
|
|