Commit 0659f327 authored by Becca Hughes's avatar Becca Hughes Committed by Chromium LUCI CQ

Disable requirement for media notifications to be enabled to hide ARC media notifications

This will allow blocking when the media notifications are turned off but the new CrOS media
controls are enabled.

BUG=1142628

Change-Id: Ic35586c508c7c173c2ed828ff6697c841f9a6c84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625690
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842726}
parent f966f635
...@@ -187,8 +187,7 @@ bool IsFullRestoreEnabled() { ...@@ -187,8 +187,7 @@ bool IsFullRestoreEnabled() {
} }
bool IsHideArcMediaNotificationsEnabled() { bool IsHideArcMediaNotificationsEnabled() {
return base::FeatureList::IsEnabled(kMediaSessionNotification) && return base::FeatureList::IsEnabled(kHideArcMediaNotifications);
base::FeatureList::IsEnabled(kHideArcMediaNotifications);
} }
bool IsKeyboardBasedDisplayArrangementInSettingsEnabled() { bool IsKeyboardBasedDisplayArrangementInSettingsEnabled() {
......
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