Index: chrome/browser/resources/print_preview/settings/other_options_settings.js |
diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.js b/chrome/browser/resources/print_preview/settings/other_options_settings.js |
index 522869aef03542da3b4af00a625d85dc6afe5a98..b6390685519d9bd28fd6ea571e307bcdce0eb8fc 100644 |
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.js |
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.js |
@@ -140,7 +140,8 @@ cr.define('print_preview', function() { |
* @private {boolean} rasterizeEnabled Whether the print as image feature is |
* enabled. |
*/ |
- this.rasterizeEnabled_ = loadTimeData.getBoolean('printPdfAsImageEnabled'); |
+ this.rasterizeEnabled_ = (cr.isChromeOS || cr.isLinux) && |
+ loadTimeData.getBoolean('printPdfAsImageEnabled'); |
/** |
* @private {!Array<!CheckboxTicketItemElement>} checkbox ticket item |