Commit 4bc4fbc1 authored by Matthew Mourgos's avatar Matthew Mourgos Committed by Commit Bot

CrOS: Disable the app badging feature for m87

Bug: 1080827, 1122723
Change-Id: I6332168a821b1be34f91ecfa9903712867517ecc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441513Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Matthew Mourgos <mmourgos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812805}
parent f67c9bc9
...@@ -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 = {"EnableNotificationIndicator", const base::Feature kNotificationIndicator = {
base::FEATURE_ENABLED_BY_DEFAULT}; "EnableNotificationIndicator", base::FEATURE_DISABLED_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