| Index: ui/message_center/message_center_switches.cc
|
| diff --git a/ui/message_center/message_center_switches.cc b/ui/message_center/message_center_switches.cc
|
| index 4caba23fe8cbfeca1ed152e3883ba9aa0fd4e698..44f45888df2457c13cfa89cb0f076ca49f71c68a 100644
|
| --- a/ui/message_center/message_center_switches.cc
|
| +++ b/ui/message_center/message_center_switches.cc
|
| @@ -17,4 +17,11 @@ const char kEnableMessageCenterAlwaysScrollUpUponNotificationRemoval[] =
|
| const char kMessageCenterChangesWhileOpen[] =
|
| "message-center-changes-while-open";
|
|
|
| +// Flag to enable or disable new-style notification. This flag will be removed
|
| +// once the feature gets stable.
|
| +const char kEnableMessageCenterNewStyleNotification[] =
|
| + "enabled-new-style-notification";
|
| +const char kDisableMessageCenterNewStyleNotification[] =
|
| + "disabled-new-style-notification";
|
| +
|
| } // namespace switches
|
|
|