Commit 0490896b authored by sczs's avatar sczs Committed by Commit Bot

Enables iOS kAutofillSaveCardInfobarEditSupport by default.

Bug: 1029067
Change-Id: I4fdd0da6e1294bd8057e4f47afa446caa05d9a71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093133
Auto-Submit: Sergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarJared Saul <jsaul@google.com>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748564}
parent ed71f639
......@@ -75,7 +75,7 @@ const base::Feature kAutofillSaveCardDismissOnNavigation{
// When enabled, the Save Card infobar supports editing before submitting.
const base::Feature kAutofillSaveCardInfobarEditSupport{
"AutofillSaveCardInfobarEditSupport", base::FEATURE_DISABLED_BY_DEFAULT};
"AutofillSaveCardInfobarEditSupport", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls offering credit card upload to Google Payments. Cannot ever be
// ENABLED_BY_DEFAULT because it's a country-specific whitelist. There are
......
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