Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1810)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Address code review comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0db8767031164478a72dcf126b9b460bfd891c1e..3e87397d3340b260c3c7ceb16c8108f36809fcc8 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2434,6 +2434,13 @@ const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
"If enabled, display the last used date of a credit card in autofill.";
+const char kEnableAutofillCreditCardUploadCvcPrompt[] =
+ "Enable requesting missing CVC during Autofill credit card upload";
+
+const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
+ "If enabled, requests missing CVC when offering to upload credit cards to "
+ "Google Payments.";
+
#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
const char kGoogleBrandedContextMenuName[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698