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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Created 3 years, 9 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 9ff4142425f93087a2d5f6b5ea50dbc7a5becd07..d04e7793a0088955e9f8e1d507c49b8fc0164e67 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2395,6 +2395,19 @@ const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
"If enabled, display the last used date of a credit card in autofill.";
+#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
+ defined(OS_WIN)
+
+const char kAutofillUpstreamRequestCvcIfMissing[] =
+ "Enable requesting missing data during Autofill credit card upload";
csashi 2017/03/31 21:48:14 s/data/CVC
Jared Saul 2017/04/01 04:18:01 Done.
+
+const char kAutofillUpstreamRequestCvcIfMissingDescription[] =
+ "If enabled, requests missing data when offering to upload credit cards "
+ "to Google Payments.";
+
+#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
+ // defined(OS_WIN)
+
#if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
const char kGoogleBrandedContextMenuName[] =

Powered by Google App Engine
This is Rietveld 408576698