diff --git a/components/autofill/core/common/autofill_features.cc b/components/autofill/core/common/autofill_features.cc index 32b2d5ab3fdd0..5a2a1f977e997 100644 --- a/components/autofill/core/common/autofill_features.cc +++ b/components/autofill/core/common/autofill_features.cc @@ -357,17 +357,17 @@ const base::FeatureParam<bool> "autofill_improved_labels_with_differentiating_labels_in_front", false}; // If enabled, we include a `FormFieldData`'s maxlength in crowdsourcing votes. -// TODO(crbug.com/393995180): Clean up when launched. +// TODO(crbug.com/393995180): Clean up in M137. BASE_FEATURE(kAutofillIncludeMaxLengthInCrowdsourcing, "AutofillIncludeMaxLengthInCrowdsourcing", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); // If enabled, we include a <select>'s first, second, and last <option> in // crowdsourcing votes. -// TODO(crbug.com/393999140): Clean up when launched. +// TODO(crbug.com/393999140): Clean up in M137. BASE_FEATURE(kAutofillIncludeSelectOptionsInCrowdsourcing, "AutofillIncludeSelectOptionsInCrowdsourcing", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); // If enabled, we include a `FormData`'s URL in crowdsourcing votes. // TODO(crbug.com/385043924): Clean up in M137. diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json index 46433405bbbc9..1eedaa3a4b778 100644 --- a/testing/variations/fieldtrial_testing_config.json +++ b/testing/variations/fieldtrial_testing_config.json @@ -2268,46 +2268,6 @@ ] } ], - "AutofillIncludeMaxLengthInCrowdsourcing": [ - { - "platforms": [ - "android", - "chromeos", - "linux", - "ios", - "mac", - "windows" - ], - "experiments": [ - { - "name": "Enabled", - "enable_features": [ - "AutofillIncludeMaxLengthInCrowdsourcing" - ] - } - ] - } - ], - "AutofillIncludeSelectOptionsInCrowdsourcing": [ - { - "platforms": [ - "android", - "chromeos", - "linux", - "ios", - "mac", - "windows" - ], - "experiments": [ - { - "name": "Enabled", - "enable_features": [ - "AutofillIncludeSelectOptionsInCrowdsourcing" - ] - } - ] - } - ], "AutofillInferLabelFromDefaultSelectText": [ { "platforms": [