| Index: chrome_frame/resources/chrome_frame_resources.grd
|
| diff --git a/chrome_frame/resources/chrome_frame_resources.grd b/chrome_frame/resources/chrome_frame_resources.grd
|
| index fbf72a5328549267aa4ae5cf4ca334da021b37a0..e9e1bc4122e2098cee165fbd343af7632a0f908f 100644
|
| --- a/chrome_frame/resources/chrome_frame_resources.grd
|
| +++ b/chrome_frame/resources/chrome_frame_resources.grd
|
| @@ -33,6 +33,12 @@ for localizable strings
|
| <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" type="REGISTRY" />
|
| <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REGISTRY" />
|
| <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" />
|
| + <if expr="pp_ifdef('_google_chrome')">
|
| + <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/google_chrome/chrome.ico" type="ICON" />
|
| + </if>
|
| + <if expr="not pp_ifdef('_google_chrome')">
|
| + <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chromium/chromium.ico" type="ICON" />
|
| + </if>
|
| </includes>
|
| </release>
|
| </grit>
|
|
|