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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Experiment to add bank name in autofill ui. Created 3 years, 6 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') | components/autofill/core/browser/autofill_experiments.h » ('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 fbd5255ab69fcba4dfc4b7094a308d3ed355aabd..65023640ff6e30420bbcbd786a33f7a5a0f14e96 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2486,6 +2486,12 @@ const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
#endif // defined(OS_ANDROID)
+const char kEnableAutofillCreditCardBankNameDisplayName[] =
+ "Display the issuer bank name of a credit card in autofill.";
+
+const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
+ "If enabled, displays the issuer bank name of a credit card in autofill.";
+
const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
"Display the last used date of a credit card in autofill.";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/autofill/core/browser/autofill_experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698