diff options
Diffstat (limited to 'chromium/components/resources/printing_resources.grdp')
-rw-r--r-- | chromium/components/resources/printing_resources.grdp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/resources/printing_resources.grdp b/chromium/components/resources/printing_resources.grdp index c50a1025d5e..27a993ee20b 100644 --- a/chromium/components/resources/printing_resources.grdp +++ b/chromium/components/resources/printing_resources.grdp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <grit-part> <if expr="enable_basic_printing"> - <include name="IDR_PRINT_HEADER_FOOTER_TEMPLATE_PAGE" file="../printing/resources/print_header_footer_template_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" compress="gzip" /> + <include name="IDR_PRINT_HEADER_FOOTER_TEMPLATE_PAGE" file="../printing/resources/print_header_footer_template_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" /> </if> </grit-part> |