diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 21:24:53 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 21:24:53 +0000 |
commit | a1bdc5d2164380a4519de404533b56fefac21f46 (patch) | |
tree | aabb140e95e2dfbf06ce6bdb685fde9ec3648975 /ui/message_center/message_center_switches.h | |
parent | b9a9ff8678651a717d964983185015c82c81c754 (diff) | |
download | chromium_src-a1bdc5d2164380a4519de404533b56fefac21f46.zip chromium_src-a1bdc5d2164380a4519de404533b56fefac21f46.tar.gz chromium_src-a1bdc5d2164380a4519de404533b56fefac21f46.tar.bz2 |
Uses --enable-rich-notifications for new design message center.
BUG=172333
TEST=compilation succeeds
Review URL: https://chromiumcodereview.appspot.com/12187003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180784 0039d316-1c4b-4281-b951-d872f2087c98
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 |