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

Side by Side Diff: components/resources/printing_resources.grdp

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: nit Created 3 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <if expr="enable_print_preview"> 3 <if expr="enable_print_preview or enable_basic_printing">
Lei Zhang 2017/05/04 07:29:37 Flip the order here too.
jzfeng 2017/05/05 02:41:33 Done.
4 <include name="IDR_PRINT_PREVIEW_PAGE" file="../printing/resources/print_pre view_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" /> 4 <include name="IDR_PRINT_PREVIEW_PAGE" file="../printing/resources/print_pre view_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" />
5 </if> 5 </if>
6 </grit-part> 6 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698