Commit e371f52e authored by Adrienne Walker's avatar Adrienne Walker Committed by Commit Bot

Add fieldtrial testing config for AppCacheCorruptionRecovery

This is so this can roll out to beta, however no tests should have
corrupted files and this is expected to be a noop.

Bug: 1033703
Change-Id: Iaca5ebfedd2fced012ccae8a5092bdb69071f2f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450131
Auto-Submit: enne <enne@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814195}
parent 20cffe68
...@@ -484,6 +484,28 @@ ...@@ -484,6 +484,28 @@
] ]
} }
], ],
"AppCacheCorruptionRecovery": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "AppCacheCorruptionRecovery",
"enable_features": [
"AppCacheCorruptionRecovery"
]
}
]
}
],
"AppListLaunchRecorder": [ "AppListLaunchRecorder": [
{ {
"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