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

Unified Diff: chrome/browser/resources/print_preview/settings/other_options_settings.html

Issue 2524143003: Print Preview: Add option to rasterize PDFs and add JPEG compression. (Closed)
Patch Set: Clean up JS Created 4 years 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: chrome/browser/resources/print_preview/settings/other_options_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html
index f981b253b3c00999e9594c498d723c40a94e953c..0514368ca5615daa5d590f8eeb493865e5fec3cc 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -29,6 +29,12 @@
<span>$i18n{optionBackgroundColorsAndImages}</span>
</label>
</div>
+ <div id="rasterize-container">
+ <label aria-live="polite">
+ <input class="checkbox" type="checkbox">
+ <span>$i18n{optionRasterize}</span>
+ </label>
+ </div>
<div id="selection-only-container">
<label aria-live="polite">
<input class="checkbox" type="checkbox">

Powered by Google App Engine
This is Rietveld 408576698