| 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";
|
|
|