Commit 80766b8c authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

[Autofill] Add field trial config for concurrent experiments.

This CL adds concurrent experiments for stable and beta to the field
trial configuration.

Change-Id: I83a0afef311d3df2f8881ce2684cf86847660372
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452474
Commit-Queue: Matthias Körber <koerber@google.com>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814704}
parent 78d3ddf5
...@@ -159,7 +159,9 @@ FormStructureBrowserTest::FormStructureBrowserTest() ...@@ -159,7 +159,9 @@ FormStructureBrowserTest::FormStructureBrowserTest()
{autofill::features::kAutofillEnforceMinRequiredFieldsForHeuristics, {autofill::features::kAutofillEnforceMinRequiredFieldsForHeuristics,
autofill::features::kAutofillEnforceMinRequiredFieldsForQuery, autofill::features::kAutofillEnforceMinRequiredFieldsForQuery,
autofill::features::kAutofillEnforceMinRequiredFieldsForUpload, autofill::features::kAutofillEnforceMinRequiredFieldsForUpload,
autofill::features::kAutofillRestrictUnownedFieldsToFormlessCheckout}); autofill::features::kAutofillRestrictUnownedFieldsToFormlessCheckout,
autofill::features::
kAutofillUseParseCityStateCountryZipCodeInHeuristic});
} }
FormStructureBrowserTest::~FormStructureBrowserTest() {} FormStructureBrowserTest::~FormStructureBrowserTest() {}
......
...@@ -700,6 +700,40 @@ ...@@ -700,6 +700,40 @@
] ]
} }
], ],
"AutofillConcurrentExperiments": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "EnableAllImprovementsButNewSectioning",
"enable_features": [
"AutofillAllowHtmlTypeCountryCodesWithFullNames",
"AutofillImportPrefilledCountryAndStateValues",
"AutofillKeepCachedFormValues",
"AutofillProfileImportFromUnfocusableFields",
"AutofillProfileImportFromUnifiedSection",
"AutofillRetrieveFromCacheWithRendererIds",
"AutofillUsePageLanguageToTranslateCountryNames",
"AutofillUseParseCityStateCountryZipCodeInHeuristic",
"AutofillUseVariationCountryCode"
]
},
{
"name": "EnableNewSectioning",
"enable_features": [
"AutofillSectionUponRedundantNameInfo"
]
}
]
}
],
"AutofillCreditCardAuthentication": [ "AutofillCreditCardAuthentication": [
{ {
"platforms": [ "platforms": [
...@@ -1025,27 +1059,6 @@ ...@@ -1025,27 +1059,6 @@
] ]
} }
], ],
"AutofillUseVariationCountryCode": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillUseVariationCountryCode"
]
}
]
}
],
"BackForwardCache": [ "BackForwardCache": [
{ {
"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