Commit 022bd565 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Chromium LUCI CQ

GestureNavigation: Turn on the feature by default

In preparation of 100% stable rollout, this CL turns on the feature
by default, and deletes the field trial configuration.

Bug: 1128629, 1006111
Change-Id: I03b8af9c5a3bbcb2b5ff20b567c86366e3122217
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561910
Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832138}
parent a5063ee3
...@@ -456,14 +456,8 @@ const base::Feature kOpenXrExtendedFeatureSupport{ ...@@ -456,14 +456,8 @@ const base::Feature kOpenXrExtendedFeatureSupport{
"OpenXrExtendedFeatureSupport", base::FEATURE_DISABLED_BY_DEFAULT}; "OpenXrExtendedFeatureSupport", base::FEATURE_DISABLED_BY_DEFAULT};
// History navigation in response to horizontal overscroll (aka gesture-nav). // History navigation in response to horizontal overscroll (aka gesture-nav).
const base::Feature kOverscrollHistoryNavigation { const base::Feature kOverscrollHistoryNavigation{
"OverscrollHistoryNavigation", "OverscrollHistoryNavigation", base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT
#else
base::FEATURE_ENABLED_BY_DEFAULT
#endif
};
// Whether web apps can run periodic tasks upon network connectivity. // Whether web apps can run periodic tasks upon network connectivity.
const base::Feature kPeriodicBackgroundSync{"PeriodicBackgroundSync", const base::Feature kPeriodicBackgroundSync{"PeriodicBackgroundSync",
......
...@@ -3135,22 +3135,6 @@ ...@@ -3135,22 +3135,6 @@
] ]
} }
], ],
"GestureNavigation": [
{
"platforms": [
"android",
"android_weblayer"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OverscrollHistoryNavigation"
]
}
]
}
],
"GlobalMediaControlsInProductHelp": [ "GlobalMediaControlsInProductHelp": [
{ {
"platforms": [ "platforms": [
......
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