Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: components/resources/autofill_scaled_resources.grdp

Issue 1138653003: Move card unmask interfaces and controller into the autofill component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing override declaration Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_DISCOVER" file="au tofill/discover.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_GENERIC" file="aut ofill/cc-generic.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_MASTERCARD" file=" autofill/mastercard.png" /> 6 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file=" autofill/mastercard.png" />
7 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofi ll/visa.png" /> 7 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofi ll/visa.png" />
8 <!-- This is not used on desktop, only Android, so use a placeholder file. --> 8 <!-- This is not used on desktop, only Android, so use a placeholder file. -->
9 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW" file="au tofill/cc-generic.png" /> 9 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_SCAN_NEW" file="au tofill/cc-generic.png" />
10 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_MAC_CONTACTS_ICON" fi le="autofill/mac_contacts_icon.png" /> 10 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_MAC_CONTACTS_ICON" fi le="autofill/mac_contacts_icon.png" />
11 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT" file="au tofill/credit_card_cvc_hint.png" />
12 <structure type="chrome_scaled_image" name="IDR_CREDIT_CARD_CVC_HINT_AMEX" fil e="autofill/credit_card_cvc_hint_amex.png" />
11 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOFILL_CC" file="aut ofill/infobar_autofill_cc.png" /> 13 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOFILL_CC" file="aut ofill/infobar_autofill_cc.png" />
12 </grit-part> 14 </grit-part>
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/resources/default_100_percent/autofill/credit_card_cvc_hint.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698