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

Unified Diff: chrome/browser/resources/print_preview/data/print_ticket_store.js

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/data/print_ticket_store.js
diff --git a/chrome/browser/resources/print_preview/data/print_ticket_store.js b/chrome/browser/resources/print_preview/data/print_ticket_store.js
index 08073585e924178b581b37f6dccadc9adaa12030..e776e50f4ba5cfe58a8e1bc24babfdcb67beb8bd 100644
--- a/chrome/browser/resources/print_preview/data/print_ticket_store.js
+++ b/chrome/browser/resources/print_preview/data/print_ticket_store.js
@@ -185,14 +185,6 @@ cr.define('print_preview', function() {
new print_preview.ticket_items.SelectionOnly(this.documentInfo_);
/**
- * Print friendly ticket item.
- * @type {!print_preview.ticket_items.DistillPage}
- * @private
- */
- this.distillPage_ = new print_preview.ticket_items.DistillPage(
- this.documentInfo_);
-
- /**
* Vendor ticket items.
* @type {!print_preview.ticket_items.VendorItems}
* @private
@@ -275,10 +267,6 @@ cr.define('print_preview', function() {
return this.headerFooter_;
},
- get distillPage() {
- return this.distillPage_;
- },
-
get mediaSize() {
return this.mediaSize_;
},
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/resources/print_preview/data/ticket_items/distill_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698