Chromium Code Reviews| Index: components/resources/autofill_scaled_resources.grdp |
| diff --git a/components/resources/autofill_scaled_resources.grdp b/components/resources/autofill_scaled_resources.grdp |
| index c07f1d5ba93e94e1adec91da103eed62828218ea..beb571d6b8eca1a1f03aa1e97796b20a6d136cfc 100644 |
| --- a/components/resources/autofill_scaled_resources.grdp |
| +++ b/components/resources/autofill_scaled_resources.grdp |
| @@ -5,6 +5,8 @@ |
| <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="autofill/cc-generic.png" /> |
| <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="autofill/mastercard.png" /> |
| <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofill/visa.png" /> |
| + <structure type="chrome_scaled_image" name="IDR_AUTOFILL_HTTP_WARNING" file="autofill/omnibox_info.png" /> |
|
Mathieu
2016/11/16 04:53:09
why does it have "omnibox" in the name?
lshang
2016/11/16 05:16:14
Cause it is the same icon used in the omnibox to i
|
| + <structure type="chrome_scaled_image" name="IDR_AUTOFILL_HTTPS_INVALID_WARNING" file="autofill/omnibox_https_invalid.png" /> |
| <!-- These are not used on desktop, only Android, so use a placeholder file. |
| TODO(rouslan): Remove non-keyboard-accessory icon when keyboard |