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

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

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring following the proposals in the reviews Created 5 years, 5 months 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 36f4a608b49dcb0566a88347a74f8c20de2058e1..b954db9f27a45d22ac33f40134770c41f3f855ac 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -5,6 +5,12 @@
</div>
<div class="right-column checkbox">
<div id="other-options-collapsible" class="collapsible">
+ <div class="distill-page-container checkbox">
+ <label aria-live="polite">
+ <input class="distill-page-checkbox" type="checkbox">
+ <span i18n-content="optionDistillPage"></span>
+ </label>
+ </div>
<div class="header-footer-container checkbox">
<label aria-live="polite">
<input class="header-footer-checkbox" type="checkbox">

Powered by Google App Engine
This is Rietveld 408576698