| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 520abcf1a27e8ad127fe964efe6df41995ec66b6..acec940576b0b5496b1d12cade9ec96a95a6ba12 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -431,6 +431,7 @@ extern const char kOobeSkipPostLogin[];
|
|
|
| #if defined(OS_POSIX)
|
| extern const char kEnableCrashReporter[];
|
| +extern const char kEnableCrashReporterForTesting[];
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
|
| extern const char kPasswordStore[];
|
| #endif
|
|
|