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

Enable flag TabToGTSAnimation by default again

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

Bug: 964406
Change-Id: I90d35c365b690d788a6284a610a3828334e98cf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114392
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarMei Liang <meiliang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753160}
parent 9583c724
...@@ -64,7 +64,7 @@ public class TabUiFeatureUtilities { ...@@ -64,7 +64,7 @@ public class TabUiFeatureUtilities {
public static final String MIN_SDK_PARAM = "zooming-min-sdk-version"; public static final String MIN_SDK_PARAM = "zooming-min-sdk-version";
public static final IntCachedFieldTrialParameter ZOOMING_MIN_SDK = public static final IntCachedFieldTrialParameter ZOOMING_MIN_SDK =
new IntCachedFieldTrialParameter( new IntCachedFieldTrialParameter(
ChromeFeatureList.TAB_TO_GTS_ANIMATION, MIN_SDK_PARAM, Build.VERSION_CODES.O); ChromeFeatureList.TAB_TO_GTS_ANIMATION, MIN_SDK_PARAM, 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.
public static final String MIN_MEMORY_MB_PARAM = "zooming-min-memory-mb"; public static final String MIN_MEMORY_MB_PARAM = "zooming-min-memory-mb";
public static final IntCachedFieldTrialParameter ZOOMING_MIN_MEMORY = public static final IntCachedFieldTrialParameter ZOOMING_MIN_MEMORY =
......
...@@ -567,7 +567,7 @@ const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn", ...@@ -567,7 +567,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 kTestDefaultDisabled{"TestDefaultDisabled", const base::Feature kTestDefaultDisabled{"TestDefaultDisabled",
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