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

Unified Diff: ui/message_center/message_center_switches.cc

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: addressed comments Created 3 years, 7 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 | « ui/message_center/message_center_switches.h ('k') | ui/message_center/vector_icons/product.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/message_center/message_center_switches.h ('k') | ui/message_center/vector_icons/product.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698