Commit db07947e authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Enable AutofillGetPaymentsIdentityFromSync by default

Bug: 983940
Change-Id: I6e590a6464a880eb5cac2f1b587cb43b0f2a860f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1735465Reviewed-by: default avatarJared Saul <jsaul@google.com>
Reviewed-by: default avatarMaxim Kolosovskiy <kolos@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#685205}
parent 513c695a
...@@ -75,7 +75,7 @@ const base::Feature kAutofillEnforceMinRequiredFieldsForUpload{ ...@@ -75,7 +75,7 @@ const base::Feature kAutofillEnforceMinRequiredFieldsForUpload{
// When enabled, gets payment identity from sync service instead of // When enabled, gets payment identity from sync service instead of
// identity manager. // identity manager.
const base::Feature kAutofillGetPaymentsIdentityFromSync{ const base::Feature kAutofillGetPaymentsIdentityFromSync{
"AutofillGetPaymentsIdentityFromSync", base::FEATURE_DISABLED_BY_DEFAULT}; "AutofillGetPaymentsIdentityFromSync", base::FEATURE_ENABLED_BY_DEFAULT};
// When enabled, autofill suggestions are displayed in the keyboard accessory // When enabled, autofill suggestions are displayed in the keyboard accessory
// instead of the regular popup. // instead of the regular popup.
......
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