| 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.";
|
|
|
|
|