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

Side by Side Diff: chrome/renderer/resources/renderer_resources.grd

Issue 2961383002: Show a new placeholder for PDF's when plugins are disabled. (Closed)
Patch Set: . Created 3 years, 5 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
« no previous file with comments | « chrome/renderer/resources/plugins/pdf_plugin.html ('k') | no next file » | 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 latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent"> 4 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" /> 7 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
8 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" /> 8 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
9 <output filename="renderer_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" /> 9 <output filename="renderer_resources_300_percent.pak" type="data_package" co ntext="default_300_percent" />
10 </outputs> 10 </outputs>
11 <release seq="1"> 11 <release seq="1">
12 <structures fallback_to_low_resolution="true"> 12 <structures fallback_to_low_resolution="true">
13 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\ webview-crash.png" /> 13 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\ webview-crash.png" />
14 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" /> 14 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" />
15 </structures> 15 </structures>
16 <includes> 16 <includes>
17 <include name="IDR_BLOCKED_PLUGIN_HTML" file="plugins/blocked_plugin.html" flattenhtml="true" type="BINDATA" /> 17 <include name="IDR_BLOCKED_PLUGIN_HTML" file="plugins/blocked_plugin.html" flattenhtml="true" type="BINDATA" />
18 <include name="IDR_DISABLED_PLUGIN_HTML" file="plugins/disabled_plugin.htm l" flattenhtml="true" type="BINDATA" /> 18 <include name="IDR_DISABLED_PLUGIN_HTML" file="plugins/disabled_plugin.htm l" flattenhtml="true" type="BINDATA" />
19 <include name="IDR_PDF_PLUGIN_HTML" file="plugins/pdf_plugin.html" flatten html="true" type="BINDATA" />
19 <include name="IDR_PREFER_HTML_PLUGIN_HTML" file="plugins/prefer_html_plug in.html" flattenhtml="true" type="BINDATA" /> 20 <include name="IDR_PREFER_HTML_PLUGIN_HTML" file="plugins/prefer_html_plug in.html" flattenhtml="true" type="BINDATA" />
20 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f lattenhtml="true" type="BINDATA" /> 21 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f lattenhtml="true" type="BINDATA" />
21 22
22 <!-- Searchbox API --> 23 <!-- Searchbox API -->
23 <if expr="enable_extensions or is_android"> 24 <if expr="enable_extensions or is_android">
24 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" /> 25 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" />
25 </if> 26 </if>
26 27
27 <!-- Extension libraries. --> 28 <!-- Extension libraries. -->
28 <if expr="enable_extensions"> 29 <if expr="enable_extensions">
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="extensions\media_rout er_bindings.js" type="BINDATA" /> 90 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="extensions\media_rout er_bindings.js" type="BINDATA" />
90 <include name="IDR_MEDIA_STATUS_MOJOM_JS" file="${mojom_root}\chrome\com mon\media_router\mojo\media_status.mojom.js" use_base_dir="false" type="BINDATA" /> 91 <include name="IDR_MEDIA_STATUS_MOJOM_JS" file="${mojom_root}\chrome\com mon\media_router\mojo\media_status.mojom.js" use_base_dir="false" type="BINDATA" />
91 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t ime.mojom.js" use_base_dir="false" type="BINDATA" /> 92 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t ime.mojom.js" use_base_dir="false" type="BINDATA" />
92 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\int erfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" /> 93 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\int erfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" />
93 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin. mojom.js" use_base_dir="false" type="BINDATA" /> 94 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin. mojom.js" use_base_dir="false" type="BINDATA" />
94 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.m ojom.js" use_base_dir="false" type="BINDATA" /> 95 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.m ojom.js" use_base_dir="false" type="BINDATA" />
95 </if> 96 </if>
96 </includes> 97 </includes>
97 </release> 98 </release>
98 </grit> 99 </grit>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/plugins/pdf_plugin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698