| Index: headless/app/headless_shell_switches.cc
|
| diff --git a/headless/app/headless_shell_switches.cc b/headless/app/headless_shell_switches.cc
|
| index 45e8a112ef722d8c7d50d18c8f1e72a28153e91d..86ced8127b5fb7f3ad8e6ae82d8e9f439b041573 100644
|
| --- a/headless/app/headless_shell_switches.cc
|
| +++ b/headless/app/headless_shell_switches.cc
|
| @@ -11,9 +11,6 @@
|
| // RGBA integer value in hex, e.g. 'ff0000ff' for red or '00000000' for
|
| // transparent.
|
| const char kDefaultBackgroundColor[] = "default-background-color";
|
| -
|
| -// Enable chrash reporter for headless.
|
| -const char kEnableCrashReporter[] = "enable-crash-reporter";
|
|
|
| // The directory breakpad should store minidumps in.
|
| const char kCrashDumpsDir[] = "crash-dumps-dir";
|
|
|