Commit bfa11fa4 authored by Asami Doi's avatar Asami Doi Committed by Commit Bot

Enable the CheckOfflineCapability flag in a field trial testing config.

The field trial testing config will be applied to Chrome performance
bots and Chrome browser_tests. This CL enables the
CheckOfflineCapability flag for Finch experiment.

Bug: 965802
Change-Id: Ie885c727a659711baa8a93553b26d2269631ddd3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235580Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Reviewed-by: default avatarMakoto Shimazu <shimazu@chromium.org>
Commit-Queue: Asami Doi <asamidoi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782790}
parent a0574744
......@@ -4352,6 +4352,25 @@
]
}
],
"OfflineCapabilityCheckForInstallablePrompt": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"CheckOfflineCapability"
]
}
]
}
],
"OfflineIndicator": [
{
"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