diff options
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 976d88a..e3ff1a9 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -7,6 +7,7 @@ #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ #define CHROME_COMMON_CHROME_SWITCHES_H_ +#include "build/build_config.h" #include "base/base_switches.h" namespace switches { @@ -200,7 +201,9 @@ extern const wchar_t kEnableMonitorProfile[]; extern const wchar_t kEnableXSSAuditor[]; -extern const wchar_t kRendererCrashDump[]; +#if defined(OS_POSIX) +extern const wchar_t kEnableCrashReporter[]; +#endif extern const wchar_t kEnableTabtastic2[]; |