Commit db75f306 authored by Jared Saul's avatar Jared Saul Committed by Commit Bot

Update waterfall testing config for new Chrome Upstream launches

Make the following changes:

* Remove AutofillUpstreamShowGoogleLogo and AutofillUpstreamShowNewUi.  The code has been updated to make those default.
* Add Mac to AutofillUpstreamRequestCvcIfMissing in preparation of the M64 launch.
* Add config for AutofillUpstreamSendDetectedValues and AutofillUpstreamSendPanFirstSix, part of the Upstream Partial Data Project targeting M65.

Bug: 736944, 789645, 793490
Change-Id: If6888d203dbceb3dcba8d38184244375c9cb110a
Reviewed-on: https://chromium-review.googlesource.com/827631Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Jared Saul <jsaul@google.com>
Cr-Commit-Position: refs/heads/master@{#524234}
parent c382e2ae
...@@ -506,15 +506,52 @@ ...@@ -506,15 +506,52 @@
"platforms": [ "platforms": [
"chromeos", "chromeos",
"linux", "linux",
"mac",
"win"
],
"experiments": [
{
"name": "EnabledWithGoogleBranding_Launched",
"enable_features": [
"AutofillUpstreamRequestCvcIfMissing"
]
}
]
}
],
"AutofillUpstreamSendDetectedValues": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"win" "win"
], ],
"experiments": [ "experiments": [
{ {
"name": "EnabledWithGoogleBranding", "name": "Enabled",
"enable_features": [
"AutofillUpstreamSendDetectedValues"
]
}
]
}
],
"AutofillUpstreamSendPanFirstSix": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [ "enable_features": [
"AutofillUpstreamRequestCvcIfMissing", "AutofillUpstreamSendPanFirstSix"
"AutofillUpstreamShowGoogleLogo",
"AutofillUpstreamShowNewUi"
] ]
} }
] ]
......
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