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

Unified Diff: components/resources/printing_resources.grdp

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: nit Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: components/resources/printing_resources.grdp
diff --git a/components/resources/printing_resources.grdp b/components/resources/printing_resources.grdp
index 7213746453bd27a9eac33d516b3a9e696de31c71..5d69a57b5f145b5b6ce6296eeb073f36ab6d5ffd 100644
--- a/components/resources/printing_resources.grdp
+++ b/components/resources/printing_resources.grdp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
- <if expr="enable_print_preview">
+ <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.
<include name="IDR_PRINT_PREVIEW_PAGE" file="../printing/resources/print_preview_page.html" flattenhtml="true" allowexternalscript="false" type="BINDATA" />
</if>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698