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

Unified Diff: ui/message_center/message_center_switches.h

Issue 69623002: Add new flag for Notification Center features that are not ready yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « chrome/browser/about_flags.cc ('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 86d9b0e01b5c198e3aa45837402883b62168303e..7e8158d5b948f25ff1f1ca959428cc76f8b811ab 100644
--- a/ui/message_center/message_center_switches.h
+++ b/ui/message_center/message_center_switches.h
@@ -22,6 +22,9 @@ namespace switches {
MESSAGE_CENTER_EXPORT extern const char kEnableRichNotifications[];
MESSAGE_CENTER_EXPORT extern const char kDisableRichNotifications[];
+// Enables experimental features that we don't want to ship yet.
+MESSAGE_CENTER_EXPORT extern const char kEnableExperimentalNotificationUI[];
+
} // namespace switches
} // namespace message_center
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | ui/message_center/message_center_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698