Commit b4dff300 authored by Jonah Ryan-Davis's avatar Jonah Ryan-Davis Committed by Commit Bot

Launch DefaultPassthroughCommandDecoder experiment on Linux

This experiment has been tested on 1% of stable users since Apr 7, 2020.
The finch release process requires the feature to be enabled in ToT by
default when it's launched so a max_version can be set for the finch
trial.

Bug: chromium:976283
Bug: chromium:882580
Change-Id: I2b25c20d8e229a1cb47bcf7f85f6bbf0fca44a9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2221434Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
Cr-Commit-Position: refs/heads/master@{#776625}
parent c2b0df4f
...@@ -1928,21 +1928,6 @@ ...@@ -1928,21 +1928,6 @@
] ]
} }
], ],
"DefaultPassthroughCommandDecoder": [
{
"platforms": [
"linux"
],
"experiments": [
{
"name": "Enabled_20191004",
"enable_features": [
"DefaultPassthroughCommandDecoder"
]
}
]
}
],
"DeprecateFtp": [ "DeprecateFtp": [
{ {
"platforms": [ "platforms": [
......
...@@ -13,7 +13,7 @@ namespace features { ...@@ -13,7 +13,7 @@ namespace features {
// Launched on Windows, still experimental on other platforms. // Launched on Windows, still experimental on other platforms.
const base::Feature kDefaultPassthroughCommandDecoder{ const base::Feature kDefaultPassthroughCommandDecoder{
"DefaultPassthroughCommandDecoder", "DefaultPassthroughCommandDecoder",
#if defined(OS_WIN) #if defined(OS_WIN) || defined(OS_LINUX)
base::FEATURE_ENABLED_BY_DEFAULT base::FEATURE_ENABLED_BY_DEFAULT
#else #else
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