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

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

Issue 2906763005: Add support for Brazil Elo card in autofill. (Closed)
Patch Set: 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 123eff30791b0ed1ee99a2c12e3aff264c72da98..f8fcef9f33da0afe183d716355edeab45657fdd1 100644
--- a/components/autofill/core/browser/autofill_data_util.cc
+++ b/components/autofill/core/browser/autofill_data_util.cc
@@ -30,6 +30,7 @@ const PaymentRequestData kPaymentRequestData[]{
{"dinersCC", "diners", IDR_AUTOFILL_CC_DINERS, IDS_AUTOFILL_CC_DINERS},
{"discoverCC", "discover", IDR_AUTOFILL_CC_DISCOVER,
IDS_AUTOFILL_CC_DISCOVER},
+ {"eloCC", "elo", IDR_AUTOFILL_CC_ELO, IDS_AUTOFILL_CC_ELO},
{"jcbCC", "jcb", IDR_AUTOFILL_CC_JCB, IDS_AUTOFILL_CC_JCB},
{"masterCardCC", "mastercard", IDR_AUTOFILL_CC_MASTERCARD,
IDS_AUTOFILL_CC_MASTERCARD},

Powered by Google App Engine
This is Rietveld 408576698