Commit a90f0d96 authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Enable flag TabToGTSAnimation by default

Also update the default parameter of zooming-min-sdk-version to M.

TBR=twellington@chromium.org

Bug: 964406
Change-Id: I3a23e20511f9ecb48ed70fd6952f36b06191817c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743106
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Reviewed-by: default avatarMei Liang <meiliang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689627}
parent 1619e778
...@@ -802,7 +802,7 @@ public class FeatureUtilities { ...@@ -802,7 +802,7 @@ public class FeatureUtilities {
private static class GridTabSwitcherUtil { private static class GridTabSwitcherUtil {
// Field trial parameter for the minimum Android SDK version to enable zooming animation. // Field trial parameter for the minimum Android SDK version to enable zooming animation.
private static final String MIN_SDK_PARAM = "zooming-min-sdk-version"; private static final String MIN_SDK_PARAM = "zooming-min-sdk-version";
private static final int DEFAULT_MIN_SDK = Build.VERSION_CODES.O; private static final int DEFAULT_MIN_SDK = Build.VERSION_CODES.M;
// Field trial parameter for the minimum physical memory size to enable zooming animation. // Field trial parameter for the minimum physical memory size to enable zooming animation.
private static final String MIN_MEMORY_MB_PARAM = "zooming-min-memory-mb"; private static final String MIN_MEMORY_MB_PARAM = "zooming-min-memory-mb";
......
...@@ -549,7 +549,7 @@ const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn", ...@@ -549,7 +549,7 @@ const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kTabToGTSAnimation{"TabToGTSAnimation", const base::Feature kTabToGTSAnimation{"TabToGTSAnimation",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kTrustedWebActivity{"TrustedWebActivity", const base::Feature kTrustedWebActivity{"TrustedWebActivity",
base::FEATURE_ENABLED_BY_DEFAULT}; 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