Index: components/autofill/core/browser/autofill_data_util.cc |
diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc |
index 13501e55b4b759bcc1f66432d5dd47e510d21d5a..0c06eed93bfad6586d95d0aaf37e717dac0bd8d2 100644 |
--- a/components/autofill/core/browser/autofill_data_util.cc |
+++ b/components/autofill/core/browser/autofill_data_util.cc |
@@ -33,6 +33,7 @@ const PaymentRequestData kPaymentRequestData[]{ |
IDS_AUTOFILL_CC_DINERS}, |
{autofill::kDiscoverCard, "discover", IDR_AUTOFILL_CC_DISCOVER, |
IDS_AUTOFILL_CC_DISCOVER}, |
+ {autofill::kEloCard, "elo", IDR_AUTOFILL_CC_ELO, IDS_AUTOFILL_CC_ELO}, |
{autofill::kJCBCard, "jcb", IDR_AUTOFILL_CC_JCB, IDS_AUTOFILL_CC_JCB}, |
{autofill::kMasterCard, "mastercard", IDR_AUTOFILL_CC_MASTERCARD, |
IDS_AUTOFILL_CC_MASTERCARD}, |