Commit 8456d79c authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Enable ash::features::kReduceDisplayNotifications by default

This change flips the kReduceDisplayNotifications feature flag to
enabled by default.
Notifications warning the user that too
many displays are connected and that resolution has changed will still
be shown regardless of flag position.

Bug: 1008046
Change-Id: I4c3762ed0c17d70a3a86d036ebb6c8ffe6859ec2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827185
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Reviewed-by: default avatarZentaro Kavanagh <zentaro@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701221}
parent 450c9ac7
...@@ -59,7 +59,7 @@ const base::Feature kPipRoundedCorners{"PipRoundedCorners", ...@@ -59,7 +59,7 @@ const base::Feature kPipRoundedCorners{"PipRoundedCorners",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kReduceDisplayNotifications{ const base::Feature kReduceDisplayNotifications{
"ReduceDisplayNotifications", base::FEATURE_DISABLED_BY_DEFAULT}; "ReduceDisplayNotifications", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSeparateNetworkIcons{"SeparateNetworkIcons", const base::Feature kSeparateNetworkIcons{"SeparateNetworkIcons",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
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