Commit bff24471 authored by Siyu An's avatar Siyu An Committed by Commit Bot

[Paradise] Enable AutofillLocalCardMigrationForNonSyncingUser on ToT

It has been approved for full rollout.

Bug: 1001308
Change-Id: I61b297839078248ed85ce7b25372f1d98266dcc8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137993Reviewed-by: default avatarJared Saul <jsaul@google.com>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Siyu An <siyua@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756877}
parent 18df3dd4
......@@ -46,7 +46,7 @@ const base::Feature kAutofillCreditCardUploadFeedback{
// has not turned on sync.
const base::Feature kAutofillEnableLocalCardMigrationForNonSyncUser{
"AutofillEnableLocalCardMigrationForNonSyncUser",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
// When enabled, Autofill data related icons will be shown in the status
// chip in toolbar along with the avatar toolbar button.
......
......@@ -660,24 +660,6 @@
]
}
],
"AutofillEnableLocalCardMigrationForNonSyncUser": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillEnableLocalCardMigrationForNonSyncUser"
]
}
]
}
],
"AutofillFieldMetadata": [
{
"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