summaryrefslogtreecommitdiffstats
path: root/base/base_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_switches.h')
-rw-r--r--base/base_switches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/base_switches.h b/base/base_switches.h
index 464493a..7686e76 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -7,6 +7,8 @@
#ifndef BASE_BASE_SWITCHES_H_
#define BASE_BASE_SWITCHES_H_
+#include "build/build_config.h"
+
namespace switches {
extern const char kDebugOnStart[];
@@ -20,6 +22,10 @@ extern const char kVModule[];
extern const char kWaitForDebugger[];
extern const char kTraceToConsole[];
+#if defined(OS_POSIX)
+extern const char kEnableCrashReporter[];
+#endif
+
} // namespace switches
#endif // BASE_BASE_SWITCHES_H_