| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 0421950a78030c40f8466a94982a4a26090ba4f5..0bbd59bcf76d80795578937bd33ee9c2fa181ed2 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2447,6 +2447,12 @@ const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
|
|
|
| #endif // defined(OS_ANDROID)
|
|
|
| +const char kEnableAutofillCreditCardBankNameDisplay[] =
|
| + "Display the issuer bank name of a credit card in autofill.";
|
| +
|
| +const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
|
| + "If enabled, display the issuer bank name of a credit card in autofill.";
|
| +
|
| const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
|
| "Display the last used date of a credit card in autofill.";
|
|
|
|
|