[Payments Autofill] Adding feature flag for Autofill and WebAuthn integration
Adding kAutofillCreditCardAuthentication as a feature flag in payments autofill.
Bug: 949269
Change-Id: Id419bd3d970933876eda013cc2a82459d0128345
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553592
Reviewed-by: Jared Saul <[email protected]>
Commit-Queue: Manas Verma <[email protected]>
Cr-Commit-Position: refs/heads/master@{#648966}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7a27050..b44d5f6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4039,6 +4039,11 @@
{"enable-portals", flag_descriptions::kEnablePortalsName,
flag_descriptions::kEnablePortalsDescription, kOsAll,
FEATURE_VALUE_TYPE(blink::features::kPortals)},
+ {"enable-autofill-credit-card-authentication",
+ flag_descriptions::kEnableAutofillCreditCardAuthenticationName,
+ flag_descriptions::kEnableAutofillCreditCardAuthenticationDescription,
+ kOsAll,
+ FEATURE_VALUE_TYPE(autofill::features::kAutofillCreditCardAuthentication)},
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag