Commit d3a89b0e authored by Lijin Shen's avatar Lijin Shen Committed by Commit Bot

Enable android multi-display in default

Enable android multi-display in default for testing in a broader scope.

Bug: 824954
Change-Id: I21e8c1574e39a5fd4b53067c25fcc6a46099b97a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222624Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Lijin Shen <lazzzis@google.com>
Cr-Commit-Position: refs/heads/master@{#773308}
parent 903e2e41
...@@ -269,7 +269,7 @@ const base::Feature kAndroidBlockIntentNonSafelistedHeaders{ ...@@ -269,7 +269,7 @@ const base::Feature kAndroidBlockIntentNonSafelistedHeaders{
"AndroidBlockIntentNonSafelistedHeaders", base::FEATURE_ENABLED_BY_DEFAULT}; "AndroidBlockIntentNonSafelistedHeaders", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAndroidMultipleDisplay{"AndroidMultipleDisplay", const base::Feature kAndroidMultipleDisplay{"AndroidMultipleDisplay",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAndroidNightModeTabReparenting{ const base::Feature kAndroidNightModeTabReparenting{
"AndroidNightModeTabReparenting", base::FEATURE_ENABLED_BY_DEFAULT}; "AndroidNightModeTabReparenting", base::FEATURE_ENABLED_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