Commit b1a4b614 authored by Mohsen Izadi's avatar Mohsen Izadi Committed by Commit Bot

Add field trial testing config for DisableLatencyRecoveryDesktop

Bug: 993895
Change-Id: Id1d68e92f06f00bb6f6b1ea632df34c8f5f76624
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095408Reviewed-by: default avatarkylechar <kylechar@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Mohsen Izadi <mohsen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748452}
parent 708978d7
...@@ -1885,6 +1885,25 @@ ...@@ -1885,6 +1885,25 @@
] ]
} }
], ],
"DisableLatencyRecoveryDesktop": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "DisabledImplDisabledMain",
"disable_features": [
"ImplLatencyRecovery",
"MainLatencyRecovery"
]
}
]
}
],
"DnsOverHttps": [ "DnsOverHttps": [
{ {
"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