Commit 3fc39c7f authored by siashah's avatar siashah Committed by Commit Bot

Enable the no thanks button on save card prompt by default

Bug: 980716
Change-Id: I45df011bf61cd4030b3a7f360d90f096026fdedf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857041Reviewed-by: default avatarJared Saul <jsaul@google.com>
Commit-Queue: Jared Saul <jsaul@google.com>
Cr-Commit-Position: refs/heads/master@{#705622}
parent 61a0c349
...@@ -92,7 +92,7 @@ const base::Feature kAutofillNoLocalSaveOnUploadSuccess{ ...@@ -92,7 +92,7 @@ const base::Feature kAutofillNoLocalSaveOnUploadSuccess{
// AutofillSaveCardImprovedUserConsent functionality to Chrome OS, Android, and // AutofillSaveCardImprovedUserConsent functionality to Chrome OS, Android, and
// iOS without bringing the extended title string change with it. // iOS without bringing the extended title string change with it.
const base::Feature kAutofillSaveCardShowNoThanks{ const base::Feature kAutofillSaveCardShowNoThanks{
"AutofillSaveCardShowNoThanks", base::FEATURE_DISABLED_BY_DEFAULT}; "AutofillSaveCardShowNoThanks", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls what title and bubble label for the credit card upload bubble are // Controls what title and bubble label for the credit card upload bubble are
// shown to users. // shown to users.
......
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