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

Unified Diff: ui/message_center/message_center_switches.h

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: ui/message_center/message_center_switches.h
diff --git a/ui/message_center/message_center_switches.h b/ui/message_center/message_center_switches.h
index f0c37962c84ec053d87bf9f3e3d03bfc01072e99..0ef1f3d13533da097d050fe953456fa7b4dcfb5a 100644
--- a/ui/message_center/message_center_switches.h
+++ b/ui/message_center/message_center_switches.h
@@ -18,6 +18,12 @@ MESSAGE_CENTER_EXPORT extern const char
// This flag will be removed once the feature gets stable.
MESSAGE_CENTER_EXPORT extern const char kMessageCenterChangesWhileOpen[];
+MESSAGE_CENTER_EXPORT extern const char kMessageCenterNewStyleNotification[];
+MESSAGE_CENTER_EXPORT extern const char
+ kMessageCenterNewStyleNotificationEnabled[];
+MESSAGE_CENTER_EXPORT extern const char
+ kMessageCenterNewStyleNotificationDisabled[];
+
} // namespace switches
#endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698