Commit 57c1acf3 authored by Matthew Mourgos's avatar Matthew Mourgos Committed by Commit Bot

CrOS: Enable the app badging feature for M-89

Bug: 1149846
Change-Id: I2c762685413412a440c958e5d81ba8f75c36cd5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543479Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Matthew Mourgos <mmourgos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828556}
parent e8875e58
......@@ -60,8 +60,8 @@ const base::Feature kSystemCaptionStyle{"SystemCaptionStyle",
const base::Feature kSystemKeyboardLock{"SystemKeyboardLock",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kNotificationIndicator = {
"EnableNotificationIndicator", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kNotificationIndicator = {"EnableNotificationIndicator",
base::FEATURE_ENABLED_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