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