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

Side by Side Diff: chrome_frame/resources/chrome_frame_resources.grd

Issue 18769007: Make the dismiss button on the CF infobar be an image button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/resource.h ('k') | chrome_frame/turndown_prompt/turndown_prompt_window.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
5 source code is governed by a BSD-style license that can be found in the LICENSE 5 source code is governed by a BSD-style license that can be found in the LICENSE
6 file. 6 file.
7 --> 7 -->
8 8
9 <!-- 9 <!--
10 Embeded strings, branding resource, etc. See chrome_frame_strings.grd 10 Embeded strings, branding resource, etc. See chrome_frame_strings.grd
11 for localizable strings 11 for localizable strings
12 --> 12 -->
13 13
14 <grit latest_public_release="0" current_release="1"> 14 <grit latest_public_release="0" current_release="1">
15 <outputs> 15 <outputs>
16 <output filename="grit/chrome_frame_resources.h" type="rc_header"> 16 <output filename="grit/chrome_frame_resources.h" type="rc_header">
17 <emit emit_type='prepend'></emit> 17 <emit emit_type='prepend'></emit>
18 </output> 18 </output>
19 <output filename="chrome_frame_resources.pak" type="data_package" /> 19 <output filename="chrome_frame_resources.pak" type="data_package" />
20 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/> 20 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/>
(...skipping 11 matching lines...) Expand all
32 <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation. rgs" type="REGISTRY" /> 32 <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation. rgs" type="REGISTRY" />
33 <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" typ e="REGISTRY" /> 33 <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" typ e="REGISTRY" />
34 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG ISTRY" /> 34 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG ISTRY" />
35 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" /> 35 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" />
36 <if expr="pp_ifdef('_google_chrome')"> 36 <if expr="pp_ifdef('_google_chrome')">
37 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/googl e_chrome/chrome.ico" type="ICON" /> 37 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/googl e_chrome/chrome.ico" type="ICON" />
38 </if> 38 </if>
39 <if expr="not pp_ifdef('_google_chrome')"> 39 <if expr="not pp_ifdef('_google_chrome')">
40 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chrom ium/chromium.ico" type="ICON" /> 40 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chrom ium/chromium.ico" type="ICON" />
41 </if> 41 </if>
42 <include name="IDB_TURNDOWN_PROMPT_CLOSE_BUTTON" file="../../chrome/app/th eme/default_100_percent/common/cf_close_strip.bmp" type="BITMAP" />
42 </includes> 43 </includes>
43 </release> 44 </release>
44 </grit> 45 </grit>
OLDNEW
« no previous file with comments | « chrome_frame/resource.h ('k') | chrome_frame/turndown_prompt/turndown_prompt_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698