Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 791767dfd3658af21893f542e3bd3ae1bb05b07f..67d1e20c98ff0c6f62b759643162c99cbfeac621 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -124,6 +124,9 @@ extern const char kEnableMaterialDesignExtensions[]; |
extern const char kEnableMaterialDesignFeedback[]; |
extern const char kEnableMaterialDesignPolicyPage[]; |
extern const char kEnableNaCl[]; |
+#if defined(OS_MACOSX) |
+extern const char kEnableNativeAlerts[]; |
+#endif // defined(OS_MACOSX) |
extern const char kEnableNativeNotifications[]; |
extern const char kEnableNavigationTracing[]; |
extern const char kEnableNetBenchmarking[]; |