Commit 286e1ab7 authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Add fieldtrial testing config for M86+ Android DelayAsyncScriptExecution

Bug: 1086227
Change-Id: Icc4b2b418d65545094ce0b047be8c31fcc197365
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402187
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Reviewed-by: default avatarDominic Farolino <dom@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805640}
parent 04be04e6
...@@ -1709,7 +1709,6 @@ ...@@ -1709,7 +1709,6 @@
"DelayAsyncScriptExecution": [ "DelayAsyncScriptExecution": [
{ {
"platforms": [ "platforms": [
"android",
"android_webview", "android_webview",
"chromeos", "chromeos",
"linux", "linux",
...@@ -1729,6 +1728,24 @@ ...@@ -1729,6 +1728,24 @@
] ]
} }
], ],
"DelayAsyncScriptExecutionM86Android": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "CacaoOracle01",
"params": {
"delay_type": "use_optimization_guide"
},
"enable_features": [
"DelayAsyncScriptExecution"
]
}
]
}
],
"DelayCompetingLowPriorityRequests": [ "DelayCompetingLowPriorityRequests": [
{ {
"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