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

Unified Diff: components/autofill_resources.grdp

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: component_resources.h Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: components/autofill_resources.grdp
diff --git a/components/autofill_resources.grdp b/components/autofill_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..ffa7568ab62f2f3e48796a792a4f6d9fc6fcd3d6
--- /dev/null
+++ b/components/autofill_resources.grdp
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="autofill/resources/amex.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DINERS" file="autofill/resources/diners.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file="autofill/resources/discover.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="autofill/resources/cc-generic.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_JCB" file="autofill/resources/jcb.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="autofill/resources/mastercard.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="autofill/resources/visa.png" />
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698