diff options
Diffstat (limited to 'ui/message_center/message_center_switches.h')
-rw-r--r-- | ui/message_center/message_center_switches.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/message_center/message_center_switches.h b/ui/message_center/message_center_switches.h index 590a98f..64e79cb 100644 --- a/ui/message_center/message_center_switches.h +++ b/ui/message_center/message_center_switches.h @@ -10,8 +10,8 @@ namespace message_center { namespace switches { -// Disables the new design of message center, which shows each notification as a -// card. +// Enables rich templated notifications and NotificationCenter. In ChromeOS, +// this flag also means the new design of message center bubble and popups. // TODO(mukai): Remove this flag when we don't need to provide both of designs // anymore (i.e. the new design becomes default and no one complains about it). // Note that some classes should be removed and renamed as the result of @@ -19,9 +19,6 @@ namespace switches { // Affected class list: // - WebNotificationButtonView2: remove '2' suffix and replace the old one. // - WebNotificationButtonViewBase: merge into WebNotificationButtonView. -MESSAGE_CENTER_EXPORT extern const char kDisableNewMessageCenterBubble[]; - -// Enables rich templated notifications and NotificationCenter. MESSAGE_CENTER_EXPORT extern const char kEnableRichNotifications[]; // Enables simple notifications with the new templates defined as part of rich |