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..ba65d83749a33aca398b4b713c8bd23ab8dd7567 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.isWindows && !cr.isMac) && |
+ loadTimeData.getBoolean('printPdfAsImageEnabled'); |
/** |
* @private {!Array<!CheckboxTicketItemElement>} checkbox ticket item |