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

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: Rebase. 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2789d6a7efc6d613a37d8e7eee910c6d5c0cd4d4..2b40a6f4893efbb2ecc3d79bbb17b998e4b1c6b8 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";
@@ -557,6 +561,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698