| 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,
|
|
|