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

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

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 years, 6 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 b954db9f27a45d22ac33f40134770c41f3f855ac..36f4a608b49dcb0566a88347a74f8c20de2058e1 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -5,12 +5,6 @@
</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