Commit f347d72c authored by Tim Song's avatar Tim Song Committed by Commit Bot

Ash Tray: Enabled redesigned message center by default.

BUG=976952, 958020

Change-Id: Ied9361ae735c702b3989eb18ab36bf579917bf45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877651Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Reviewed-by: default avatarAhmed Mehfooz <amehfooz@chromium.org>
Commit-Queue: Tim Song <tengs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710209}
parent 70acbfa4
...@@ -91,7 +91,7 @@ const base::Feature kSwapSideVolumeButtonsForOrientation{ ...@@ -91,7 +91,7 @@ const base::Feature kSwapSideVolumeButtonsForOrientation{
"SwapSideVolumeButtonsForOrientation", base::FEATURE_ENABLED_BY_DEFAULT}; "SwapSideVolumeButtonsForOrientation", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kUnifiedMessageCenterRefactor{ const base::Feature kUnifiedMessageCenterRefactor{
"UnifiedMessageCenterRefactor", base::FEATURE_DISABLED_BY_DEFAULT}; "UnifiedMessageCenterRefactor", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnableBackgroundBlur{"EnableBackgroundBlur", const base::Feature kEnableBackgroundBlur{"EnableBackgroundBlur",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment