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

Unified Diff: chrome/browser/about_flags.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 | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index dd8a2e27bb8ec63fa83f773cc4cfc866f07e4d9f..026af1413cc87e54673183ab6725b62f59456c5e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1851,6 +1851,13 @@ const FeatureEntry kFeatureEntries[] = {
kOsDesktop,
SINGLE_VALUE_TYPE(
switches::kEnableMessageCenterAlwaysScrollUpUponNotificationRemoval)},
+ {"enable-message-center-new-style-notification",
+ flag_descriptions::kMessageCenterNewStyleNotificationName,
+ flag_descriptions::kMessageCenterNewStyleNotificationDescription,
+ kOsDesktop,
+ ENABLE_DISABLE_VALUE_TYPE(
+ switches::kEnableMessageCenterNewStyleNotification,
+ switches::kDisableMessageCenterNewStyleNotification)},
#endif // !OS_ANDROID
{"enable-md-policy-page",
flag_descriptions::kEnableMaterialDesignPolicyPageName,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698