Index: chrome/app/generated_resources.grd |
=================================================================== |
--- chrome/app/generated_resources.grd (revision 69142) |
+++ chrome/app/generated_resources.grd (working copy) |
@@ -11309,10 +11309,19 @@ |
</message> |
</messages> |
- |
+ <includes> |
+ <if expr="pp_ifdef('_google_chrome')"> |
+ <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.ico" type="ICON" /> |
+ </if> |
+ <if expr="not pp_ifdef('_google_chrome')"> |
+ <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> |
+ </if> |
+ </includes> |
<structures fallback_to_english="true"> |
<structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type="dialog" > |
</structure> |
+ <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" type="dialog" > |
+ </structure> |
</structures> |
</release> |