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

Unified Diff: components/resources/printing_resources.grdp

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: add skia as public_deps instead 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 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..26e300c04966b4ddff4405bd21306f8793eb9d59 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_basic_printing or enable_print_preview">
<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