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

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

Issue 17153006: Chrome Frame turndown prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r208076 Created 7 years, 6 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/policy_settings.cc ('k') | chrome_frame/test/policy_settings_unittest.cc » ('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 <grit base_dir="." latest_public_release="0" current_release="1" 2 <grit base_dir="." latest_public_release="0" current_release="1"
3 source_lang_id="en" enc_check="möl"> 3 source_lang_id="en" enc_check="möl">
4 <outputs> 4 <outputs>
5 <output filename="grit/chrome_frame_dialogs.h" type="rc_header"> 5 <output filename="grit/chrome_frame_dialogs.h" type="rc_header">
6 <emit emit_type='prepend'>#include "grit/chrome_frame_resources.h"</emit> 6 <emit emit_type='prepend'>#include "grit/chrome_frame_resources.h"</emit>
7 </output> 7 </output>
8 <output filename="chrome_frame_dialogs_am.rc" type="rc_all" lang="am" /> 8 <output filename="chrome_frame_dialogs_am.rc" type="rc_all" lang="am" />
9 <output filename="chrome_frame_dialogs_ar.rc" type="rc_all" lang="ar" /> 9 <output filename="chrome_frame_dialogs_ar.rc" type="rc_all" lang="ar" />
10 <output filename="chrome_frame_dialogs_bg.rc" type="rc_all" lang="bg" /> 10 <output filename="chrome_frame_dialogs_bg.rc" type="rc_all" lang="bg" />
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 <file path="../../chrome/app/resources/generated_resources_zh-CN.xtb" lang=" zh-CN" /> 116 <file path="../../chrome/app/resources/generated_resources_zh-CN.xtb" lang=" zh-CN" />
117 <file path="../../chrome/app/resources/generated_resources_zh-TW.xtb" lang=" zh-TW" /> 117 <file path="../../chrome/app/resources/generated_resources_zh-TW.xtb" lang=" zh-TW" />
118 </translations> 118 </translations>
119 <release seq="1" allow_pseudo="false"> 119 <release seq="1" allow_pseudo="false">
120 <structures fallback_to_english="true"> 120 <structures fallback_to_english="true">
121 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 121 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
122 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="../../chrome/app/cf_r esources.rc" type="dialog" > 122 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="../../chrome/app/cf_r esources.rc" type="dialog" >
123 </structure> 123 </structure>
124 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="../../chrome/app/cf_ resources.rc" type="dialog" > 124 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="../../chrome/app/cf_ resources.rc" type="dialog" >
125 </structure> 125 </structure>
126 <structure name="IDD_CHROME_FRAME_TURNDOWN_PROMPT" file="../../chrome/app/ cf_resources.rc" type="dialog" >
127 </structure>
126 </structures> 128 </structures>
127 </release> 129 </release>
128 </grit> 130 </grit>
OLDNEW
« no previous file with comments | « chrome_frame/policy_settings.cc ('k') | chrome_frame/test/policy_settings_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698