| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 381a31eed59ab9dfa752bdd56e58ed8d376de4bd..c9fe58c6cc8a21a4c2a4b2c602852d8e6dec1ad4 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2513,6 +2513,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, display the issuer bank name of a credit card in autofill.";
|
| +
|
| const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
|
| "Display the last used date of a credit card in autofill.";
|
|
|
|
|