Commit 57d0bd6b authored by Jared Saul's avatar Jared Saul Committed by Commit Bot

[AF] Enable AutofillCreditCardAuthentication by default on Win/Mac

Change-Id: I1e0085f57d839f0d34e16de191678dc6a2564d3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2188890
Commit-Queue: Jared Saul <jsaul@google.com>
Reviewed-by: default avatarManas Verma <manasverma@google.com>
Cr-Commit-Position: refs/heads/master@{#769918}
parent 4b784183
......@@ -39,7 +39,14 @@ const base::Feature kAutofillCreditCardAblationExperiment{
// Enables the use of platform authenticators through WebAuthn to retrieve
// credit cards from Google payments.
const base::Feature kAutofillCreditCardAuthentication{
"AutofillCreditCardAuthentication", base::FEATURE_DISABLED_BY_DEFAULT};
"AutofillCreditCardAuthentication",
#if defined(OS_WIN) || (defined(OS_MACOSX) && !defined(OS_IOS))
// Better Auth project is fully launched on Win/Mac.
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
// When enabled, if credit card upload succeeded, the avatar icon will show a
// highlight otherwise, the credit card icon image will be updated and if user
......
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