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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1394423004: Initial skeleton of custom layouts for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix v17 styles and add entries to LoginCustomFlags. Created 5 years, 2 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 63dcf0b81cef4d024c5e93c74ea5713724491e8d..f5e73c85bd987b4ea1beb5637fd78fc22e34d264 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -461,6 +461,13 @@ const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
// Enables the new bookmark app system.
const char kEnableNewBookmarkApps[] = "enable-new-bookmark-apps";
+// Enable or disable custom layouts for notifications shown with the
+// Notifications API.
+const char kEnableNotificationsCustomLayouts[] =
+ "enable-notifications-custom-layouts";
+const char kDisableNotificationsCustomLayouts[] =
Peter Beverloo 2015/10/12 14:08:30 nit: alphabetize please, and have a comment for ea
Michael van Ouwerkerk 2015/10/12 17:10:59 Done.
+ "disable-notifications-custom-layouts";
+
// Enables showing popular sites on the NTP.
const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";

Powered by Google App Engine
This is Rietveld 408576698