Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1806)

Unified Diff: chrome/common/chrome_switches.cc

Issue 2158463003: Initial client side implementation of the XPC service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f849455646ec189f23fbc270e221cf9078254887..83cf570a44954ac92385dd0344ec851c72dff9f7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -397,6 +397,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";

Powered by Google App Engine
This is Rietveld 408576698