| 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 ce12f2b0fd421b4ca205de2dd7e472b8b25344cd..98bbc3af2e38aecd0c696b1b94d2fbbf21a9316d 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -44,6 +44,8 @@ const struct {
|
| {"jcbCC", IDR_AUTOFILL_CC_GENERIC},
|
| {"masterCardCC", IDR_AUTOFILL_CC_MASTERCARD},
|
| {"visaCC", IDR_AUTOFILL_CC_VISA},
|
| + {"http", IDR_AUTOFILL_HTTP_WARNING},
|
| + {"httpsInvalid", IDR_AUTOFILL_HTTPS_INVALID_WARNING},
|
| #if defined(OS_ANDROID)
|
| {"scanCreditCardIcon", IDR_AUTOFILL_CC_SCAN_NEW},
|
| {"settings", IDR_AUTOFILL_SETTINGS},
|
|
|