Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: components/autofill/core/browser/autofill_data_util.cc

Issue 2906763005: Add support for Brazil Elo card in autofill. (Closed)
Patch Set: Fix test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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},

Powered by Google App Engine
This is Rietveld 408576698