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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1509923002: Implement native web notifications for mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 9443ec0d1d39a115b34bb751c868723ff3af010d..6cb7e767d3ac202f130147f0ad50bf83479ffbe6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -437,6 +437,10 @@ const char kEnableMaterialDesignPolicyPage[] = "enable-md-policy-page";
// (internally adds lEnableGpuPlugin to the command line).
const char kEnableNaCl[] = "enable-nacl";
+// Enables the use of native notifications instead of
+// using the chrome based ones.
Peter Beverloo 2015/12/09 00:12:00 nit: weird line breaks, and apply some grammar
+const char kEnableNativeNotifications[] = "enable-native-notifications";
+
// Enables tracing for each navigation. It will attempt to trace each navigation
// for 10s, until the buffer is full, or until the next navigation.
// It only works if a URL was provided by --trace-upload-url.

Powered by Google App Engine
This is Rietveld 408576698