Commit cceea30b authored by Daniel Murphy's avatar Daniel Murphy Committed by Chromium LUCI CQ

[dPWA] Add DesktopWebAppInstallIconExperiment to fieldtrial testing

Change-Id: I38fc9d58a1852deadf4115b5d3d40f172d81f981
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586036
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Phillis Tang <phillis@chromium.org>
Auto-Submit: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: default avatarPhillis Tang <phillis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836241}
parent 472f867b
......@@ -2425,6 +2425,36 @@
]
}
],
"DesktopWebAppInstallIconExperiment": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "EnabledWithDownloadIcon",
"params": {
"shape": "download"
},
"enable_features": [
"InstallIconExperiment"
]
},
{
"name": "EnabledWithDownloadToDeviceIcon",
"params": {
"shape": "downloadToDevice"
},
"enable_features": [
"InstallIconExperiment"
]
}
]
}
],
"DesynchronizedScrolling": [
{
"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