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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: For git sync and file format 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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 09f2ab698826a8e9e1e69c182cdc1bec59908686..7c4496e6c3d268144a7634aaeb41a49c0c1258d6 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2656,6 +2656,14 @@ extern const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[];
#endif // defined(OS_ANDROID)
+// Name for the flag to enable display the issuer bank name of a credit card in
+// autofill.
+extern const char kEnableAutofillCreditCardBankNameDisplay[];
+
+// Description for the flag to enable display the issuer bank name of a credit
+// card in autofill.
+extern const char kEnableAutofillCreditCardBankNameDisplayDescription[];
+
// Name for the flag to enable display the last used date of a credit card in
// autofill.
extern const char kEnableAutofillCreditCardLastUsedDateDisplay[];

Powered by Google App Engine
This is Rietveld 408576698