Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a125d337c7edd38610435a2ba76f5d90e21ad662..c5441dbc67348c8fe6b71c270c8ea90633defdcf 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -413,6 +413,12 @@ const char kEnableMaterialDesignPolicyPage[] = "enable-md-policy-page"; |
// (internally adds lEnableGpuPlugin to the command line). |
const char kEnableNaCl[] = "enable-nacl"; |
+#if defined(OS_MACOSX) |
+// Enable the use of native notifications alerts in addition to banners. |
+// Requires kEnableNativeNotifications enabled too. |
+const char kEnableNativeAlerts[] = "enable-native-alerts"; |
+#endif // defined(OS_MACOSX) |
+ |
// Enables the use of native notifications instead of using the Chrome based |
// ones. |
const char kEnableNativeNotifications[] = "enable-native-notifications"; |