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

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: Add NotificationBuilder. 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..1eed3479eec667a28e24c2eed49fef26914b92bb 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -345,6 +345,10 @@ const char kDisableSync[] = "disable-sync";
// --disable-synctypes='Typed URLs, Bookmarks, Autofill Profiles'
const char kDisableSyncTypes[] = "disable-sync-types";
+// Disables Web Notification custom layouts.
+const char kDisableWebNotificationCustomLayouts[] =
+ "disable-web-notification-custom-layouts";
+
// Disables the backend service for web resources.
const char kDisableWebResources[] = "disable-web-resources";
@@ -558,6 +562,10 @@ const char kEnableUserAlternateProtocolPorts[] =
// apps).
const char kEnableWebAppFrame[] = "enable-web-app-frame";
+// Enables Web Notification custom layouts.
+const char kEnableWebNotificationCustomLayouts[] =
+ "enable-web-notification-custom-layouts";
+
// Enables webusb notifications, which shows notifications when usb devices with
// landing page are plugged in.
const char kEnableWebUsbNotifications[] = "enable-webusb-notifications";

Powered by Google App Engine
This is Rietveld 408576698