Commit ac431fda authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

Add user-initiated cleanups field trial to testing config

BUG: 800507
Change-Id: I979dc51418f494bc1aa11fcf6954b78ceffdc075
Reviewed-on: https://chromium-review.googlesource.com/924319
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537807}
parent 215b1810
...@@ -4001,6 +4001,21 @@ ...@@ -4001,6 +4001,21 @@
] ]
} }
], ],
"UserInitiatedChromeCleanupsFieldTrial": [
{
"platforms": [
"win"
],
"experiments": [
{
"name": "On",
"enable_features": [
"UserInitiatedChromeCleanups"
]
}
]
}
],
"V8AsmJSToWasm": [ "V8AsmJSToWasm": [
{ {
"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