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}, |