Commit a69f9fbe authored by Matthew Mourgos's avatar Matthew Mourgos Committed by Chromium LUCI CQ

CrOS: Disable app badging feature for shelf and launcher

Bug: 1168331
Change-Id: I4a098d0c02826fc287de17183cef49f494c2c030
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638721Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Matthew Mourgos <mmourgos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845254}
parent a5be08b3
......@@ -72,8 +72,8 @@ const base::Feature kSystemCaptionStyle{"SystemCaptionStyle",
const base::Feature kSystemKeyboardLock{"SystemKeyboardLock",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kNotificationIndicator = {"EnableNotificationIndicator",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kNotificationIndicator = {
"EnableNotificationIndicator", base::FEATURE_DISABLED_BY_DEFAULT};
bool IsNotificationIndicatorEnabled() {
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