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

Unified Diff: ui/message_center/message_center_switches.h

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/BUILD.gn ('k') | ui/message_center/message_center_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8093b6c7bec96e9db9318a996d9172ae0c25f95b 100644
--- a/ui/message_center/message_center_switches.h
+++ b/ui/message_center/message_center_switches.h
@@ -18,6 +18,11 @@ 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
+ kEnableMessageCenterNewStyleNotification[];
+MESSAGE_CENTER_EXPORT extern const char
+ kDisableMessageCenterNewStyleNotification[];
+
} // namespace switches
#endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_SWITCHES_H_
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/message_center_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698