[AF] Tokenization flag and integrate dCVV
Add kAutofillAlwaysReturnCloudTokenizedCard flag and use dCVV instead
of CVC to fill out CVC form field if available.
Bug: 994985
Change-Id: Id4eaab58127838612b0fe8402cdfb9135a899d16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758735
Commit-Queue: Anne Lim <[email protected]>
Reviewed-by: Tommy Martino <[email protected]>
Reviewed-by: Jared Saul <[email protected]>
Cr-Commit-Position: refs/heads/master@{#696204}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9057330..cd8380f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4522,6 +4522,13 @@
FEATURE_VALUE_TYPE(features::kAccessibilityInternalsPageImprovements)},
#endif
+ {"autofill-always-return-cloud-tokenized-card",
+ flag_descriptions::kAutofillAlwaysReturnCloudTokenizedCardName,
+ flag_descriptions::kAutofillAlwaysReturnCloudTokenizedCardDescription,
+ kOsAll,
+ FEATURE_VALUE_TYPE(
+ autofill::features::kAutofillAlwaysReturnCloudTokenizedCard)},
+
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag
// Histograms" in tools/metrics/histograms/README.md (run the