Chromium Code Reviews| 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> |