Chromium Code Reviews| 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 1b24397deb34abe28169891bfd150173fe235080..532bbf9cf4dce5afcf2cb5003d3833785e95051d 100644 |
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc |
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc |
| @@ -45,6 +45,8 @@ const struct { |
| {"jcbCC", IDR_AUTOFILL_CC_GENERIC}, |
| {"masterCardCC", IDR_AUTOFILL_CC_MASTERCARD}, |
| {"visaCC", IDR_AUTOFILL_CC_VISA}, |
| + {"http", IDR_AUTOFILL_HTTP_WARNING}, |
|
Mathieu
2016/11/22 14:20:32
Let's be a little more specific? httpWarning?
lshang
2016/11/23 09:58:26
Done.
|
| + {"httpsInvalid", IDR_AUTOFILL_HTTPS_INVALID_WARNING}, |
| #if defined(OS_ANDROID) |
| {"scanCreditCardIcon", IDR_AUTOFILL_CC_SCAN_NEW}, |
| {"settings", IDR_AUTOFILL_SETTINGS}, |