Commit 74f9a2c9 authored by Matthew Mourgos's avatar Matthew Mourgos Committed by Commit Bot

CrOS: Enable app badging flag for shelf and launcher

Bug: 1080827, 1122723
Change-Id: I8349f698e9c403a53d3c265380337be35c024402
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399620Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Matthew Mourgos <mmourgos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805849}
parent 9da4a16b
...@@ -60,8 +60,8 @@ const base::Feature kSystemCaptionStyle{"SystemCaptionStyle", ...@@ -60,8 +60,8 @@ const base::Feature kSystemCaptionStyle{"SystemCaptionStyle",
const base::Feature kSystemKeyboardLock{"SystemKeyboardLock", const base::Feature kSystemKeyboardLock{"SystemKeyboardLock",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kNotificationIndicator = { const base::Feature kNotificationIndicator = {"EnableNotificationIndicator",
"EnableNotificationIndicator", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
bool IsNotificationIndicatorEnabled() { bool IsNotificationIndicatorEnabled() {
return base::FeatureList::IsEnabled(kNotificationIndicator); return base::FeatureList::IsEnabled(kNotificationIndicator);
......
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