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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: Fixed build failure 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 9f7f877601d169d29be6c48ac521203f303b44f9..0d93a44fab0452f13e6564490f0395ceaf975c86 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2055,6 +2055,11 @@ const char kMessageCenterAlwaysScrollUpUponRemovalDescription[] =
"Enables experiment that message center always scroll up when a "
"notification is removed.";
+const char kMessageCenterNewStyleNotificationName[] = "New style notification";
+
+const char kMessageCenterNewStyleNotificationDescription[] =
+ "Enables the experiment style of material-design notification";
+
const char kCastStreamingHwEncodingName[] =
"Cast Streaming hardware video encoding";

Powered by Google App Engine
This is Rietveld 408576698