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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_layout_model.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: chrome/browser/ui/autofill/autofill_popup_layout_model.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
index fe0fae7e1232fad040f23b305568b3f651d04d99..bc495e0222d4cce2d908c5f08b090edf287a61cd 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
@@ -52,6 +52,7 @@ const struct {
{"americanExpressCC", IDR_AUTOFILL_CC_AMEX},
Mathieu 2017/05/26 13:48:32 let's use the constants from CreditCard i.e. kAmer
jiahuiguo 2017/05/26 19:44:10 Done.
{"dinersCC", IDR_AUTOFILL_CC_GENERIC},
{"discoverCC", IDR_AUTOFILL_CC_DISCOVER},
+ {"eloCC", IDR_AUTOFILL_CC_ELO},
{"genericCC", IDR_AUTOFILL_CC_GENERIC},
{"jcbCC", IDR_AUTOFILL_CC_GENERIC},
{"masterCardCC", IDR_AUTOFILL_CC_MASTERCARD},

Powered by Google App Engine
This is Rietveld 408576698