| Index: chrome/common/env_vars.cc
|
| diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc
|
| index 06e10f8d59fd755524e10901bbb900c38025f480..c678126fc7c5e90f9b0612c7330c16ccf1eed4db 100644
|
| --- a/chrome/common/env_vars.cc
|
| +++ b/chrome/common/env_vars.cc
|
| @@ -6,6 +6,11 @@
|
|
|
| namespace env_vars {
|
|
|
| +// Enable Breakpad crash reporting. This is used for automated
|
| +// testing of Breakpad in Chromium builds where Breakpad is compiled
|
| +// in by default but not usually enabled.
|
| +const char kEnableBreakpad[] = "CHROME_ENABLE_BREAKPAD";
|
| +
|
| // We call running in unattended mode (for automated testing) "headless".
|
| // This mode can be enabled using this variable or by the kNoErrorDialogs
|
| // switch.
|
|
|