Chromium Code Reviews| Index: chrome/common/env_vars.cc |
| diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc |
| index 06e10f8d59fd755524e10901bbb900c38025f480..85955cd5fce7ff62d3043ee069102974296c3169 100644 |
| --- a/chrome/common/env_vars.cc |
| +++ b/chrome/common/env_vars.cc |
| @@ -6,6 +6,9 @@ |
| namespace env_vars { |
| +// Enable Breakpad crash reporting. |
|
Lei Zhang
2013/01/11 20:21:16
nit: Can you mention this is used for automated te
Mark Seaborn
2013/01/11 20:34:52
Done.
|
| +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. |