Commit 3c0b2d00 authored by Yoav Weiss's avatar Yoav Weiss Committed by Chromium LUCI CQ

Add VerifyHTMLFetchedFromAppCacheBeforeDelay field trial config

This is a reland of [1], which got reverted in [2] due to a mix
or regressions and progressions on the bots. I'm now re-attempting to
land this with a Finch trial.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1953204
[2] https://chromium-review.googlesource.com/c/chromium/src/+/2023497

Bug: 788757
Change-Id: I5193d6a00dae358c047a87478abfadbccccb2fc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560124Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832299}
parent 50d9048f
...@@ -7334,6 +7334,26 @@ ...@@ -7334,6 +7334,26 @@
] ]
} }
], ],
"VerifyHTMLFetchedFromAppCacheBeforeDelay": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"ios",
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"VerifyHTMLFetchedFromAppCacheBeforeDelay"
]
}
]
}
],
"VideoToolboxVp9Decoding": [ "VideoToolboxVp9Decoding": [
{ {
"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