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

Unified Diff: chrome/common/common_resources.grd

Issue 6516002: Move CC icons to chrome/common and implement loadPlatformResource in RendererWebKitClientImpl. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 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: chrome/common/common_resources.grd
===================================================================
--- chrome/common/common_resources.grd (revision 75719)
+++ chrome/common/common_resources.grd (working copy)
@@ -13,6 +13,14 @@
<include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\i18n_template.js" type="BINDATA" />
<include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstemplate_compiled.js" type="BINDATA" />
<include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_AMEX" file="resources\autofill\cc_amex.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_DINERS" file="resources\autofill\cc_diners.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_DISCOVER" file="resources\autofill\cc_discover.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_GENERIC" file="resources\autofill\cc_generic.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_JCB" file="resources\autofill\cc_jcb.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_MASTERCARD" file="resources\autofill\cc_mastercard.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_SOLO" file="resources\autofill\cc_solo.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_VISA" file="resources\autofill\cc_visa.png" type="BINDATA" />
</includes>
</release>
</grit>
« no previous file with comments | « chrome/browser/webui/options/autofill_options_handler.cc ('k') | chrome/common/resources/autofill/cc_amex.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698