Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 996364164609667d375572871a4ded59fe9e079f..c17034a2be15e4bf3a2acc8bb925528787e5861c 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2756,6 +2756,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, |