| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b0bc51d3979806761e7eeb1fa842e1cabd8e7754..2958f3fb93e9462c8fc6c84daf99c8dc12a15cbe 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2749,6 +2749,11 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kEnableAutofillCreditCardUploadCvcPromptDescription,
|
| kOsDesktop,
|
| FEATURE_VALUE_TYPE(autofill::kAutofillUpstreamRequestCvcIfMissing)},
|
| + {"enable-autofill-credit-card-bank-name-display",
|
| + flag_descriptions::kEnableAutofillCreditCardBankNameDisplayName,
|
| + flag_descriptions::kEnableAutofillCreditCardBankNameDisplayDescription,
|
| + kOsAll, FEATURE_VALUE_TYPE(autofill::kAutofillCreditCardBankNameDisplay)},
|
| +
|
| #if defined(OS_WIN)
|
| {"windows10-custom-titlebar",
|
| flag_descriptions::kWindows10CustomTitlebarName,
|
|
|