Revert "Clean up kAutofillCreditCardBankNameDisplay flag"

This reverts commit e363dc219abb57a818406fffcad3bb30555dab4c.

Reason for revert: Not convinced metrics are good; performing flag holdback

Original change's description:
> Clean up kAutofillCreditCardBankNameDisplay flag
>
> Bug: 812710
> Change-Id: I4344c258668c5017a0a145e487ca2eb526bd49bc
> Reviewed-on: https://chromium-review.googlesource.com/923281
> Reviewed-by: Sebastien Seguin-Gagnon <[email protected]>
> Reviewed-by: Robert Kaplow <[email protected]>
> Commit-Queue: Jared Saul <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#537368}

[email protected],[email protected],[email protected],[email protected]

Bug: 812710
Change-Id: I0f15c86af76e686ef4ab55a0313831461503d758
Reviewed-on: https://chromium-review.googlesource.com/974342
Reviewed-by: Mathieu Perreault <[email protected]>
Reviewed-by: Alexei Svitkine <[email protected]>
Reviewed-by: Jared Saul <[email protected]>
Commit-Queue: Jared Saul <[email protected]>
Cr-Commit-Position: refs/heads/master@{#545544}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d9649a8..4220ac7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2911,6 +2911,10 @@
      flag_descriptions::kEnableAutofillCreditCardAblationExperimentDescription,
      kOsAll,
      FEATURE_VALUE_TYPE(autofill::kAutofillCreditCardAblationExperiment)},
+    {"enable-autofill-credit-card-bank-name-display",
+     flag_descriptions::kEnableAutofillCreditCardBankNameDisplayName,
+     flag_descriptions::kEnableAutofillCreditCardBankNameDisplayDescription,
+     kOsAll, FEATURE_VALUE_TYPE(autofill::kAutofillCreditCardBankNameDisplay)},
     {"enable-autofill-credit-card-last-used-date-display",
      flag_descriptions::kEnableAutofillCreditCardLastUsedDateDisplayName,
      flag_descriptions::kEnableAutofillCreditCardLastUsedDateDisplayDescription,