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

Reland "Enable flag TabToGTSAnimation by default"

This is a reland of a90f0d96

Original change's description:
> 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: Matthew Jones <mdjones@chromium.org>
> Reviewed-by: Mei Liang <meiliang@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#689627}

TBR=mdjones@chromium.org

Bug: 964406, 997065
Change-Id: Iff003fda8274e0715b3e9ab492286218b649cdbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767611Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694616}
parent 4a8a29ea
...@@ -857,7 +857,7 @@ public class FeatureUtilities { ...@@ -857,7 +857,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";
......
...@@ -561,7 +561,7 @@ const base::Feature kTabSwitcherOnReturn{"TabSwitcherOnReturn", ...@@ -561,7 +561,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