| Index: headless/app/headless_shell_switches.cc
|
| diff --git a/headless/app/headless_shell_switches.cc b/headless/app/headless_shell_switches.cc
|
| index 86ced8127b5fb7f3ad8e6ae82d8e9f439b041573..45e8a112ef722d8c7d50d18c8f1e72a28153e91d 100644
|
| --- a/headless/app/headless_shell_switches.cc
|
| +++ b/headless/app/headless_shell_switches.cc
|
| @@ -12,6 +12,9 @@ namespace switches {
|
| // 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";
|
|
|
|
|