| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="autofi
ll/amex.png" /> | 3 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="autofi
ll/amex.png" /> |
| 4 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DINERS" file="auto
fill/diners.png" /> |
| 4 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file="au
tofill/discover.png" /> | 5 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file="au
tofill/discover.png" /> |
| 5 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="aut
ofill/cc-generic.png" /> | 6 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="aut
ofill/cc-generic.png" /> |
| 7 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_JCB" file="autofil
l/jcb.png" /> |
| 6 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="
autofill/mastercard.png" /> | 8 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="
autofill/mastercard.png" /> |
| 7 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MIR" file="autofil
l/mir.png" /> | 9 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MIR" file="autofil
l/mir.png" /> |
| 8 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofi
ll/visa.png" /> | 10 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofi
ll/visa.png" /> |
| 9 | 11 |
| 10 <!-- These are not used on desktop, only Android, so use a placeholder file. | 12 <!-- These are not used on desktop, only Android, so use a placeholder file. |
| 11 TODO(rouslan): Remove non-keyboard-accessory icon when keyboard | 13 TODO(rouslan): Remove non-keyboard-accessory icon when keyboard |
| 12 accessory becomes default on Android. --> | 14 accessory becomes default on Android. --> |
| 13 <if expr="is_android"> | 15 <if expr="is_android"> |
| 14 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW" file="
autofill/cc-generic.png" /> | 16 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW" file="
autofill/cc-generic.png" /> |
| 15 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW_KEYBOAR
D_ACCESSORY" file="autofill/cc-generic.png" /> | 17 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW_KEYBOAR
D_ACCESSORY" file="autofill/cc-generic.png" /> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 35 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file="au
tofill/credit_card_cvc_hint.png" /> | 37 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file="au
tofill/credit_card_cvc_hint.png" /> |
| 36 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" fil
e="autofill/credit_card_cvc_hint_amex.png" /> | 38 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" fil
e="autofill/credit_card_cvc_hint_amex.png" /> |
| 37 <if expr="is_ios or is_android"> | 39 <if expr="is_ios or is_android"> |
| 38 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOFILL_CC" file="a
utofill/infobar_autofill_cc.png" /> | 40 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOFILL_CC" file="a
utofill/infobar_autofill_cc.png" /> |
| 39 </if> | 41 </if> |
| 40 <if expr="is_macosx or is_ios"> | 42 <if expr="is_macosx or is_ios"> |
| 41 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" file=
"autofill/autofill_tooltip_icon.png" /> | 43 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" file=
"autofill/autofill_tooltip_icon.png" /> |
| 42 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" fil
e="autofill/autofill_tooltip_icon_hover.png" /> | 44 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" fil
e="autofill/autofill_tooltip_icon_hover.png" /> |
| 43 </if> | 45 </if> |
| 44 </grit-part> | 46 </grit-part> |
| OLD | NEW |