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

Unified Diff: chrome/browser/printing/print_job_worker.h

Issue 524543002: Removed IDC_PRINT_TO_DESTINATION. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Aug 29 14:26:26 PDT 2014 Created 6 years, 4 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
« no previous file with comments | « chrome/browser/printing/print_job_manager.cc ('k') | chrome/browser/printing/print_job_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_worker.h
diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h
index 02aac9aa678706a6a549edb5b057fde47af67324..a8378bb2353de2cd98746c087bfb5e02a595bba6 100644
--- a/chrome/browser/printing/print_job_worker.h
+++ b/chrome/browser/printing/print_job_worker.h
@@ -11,7 +11,6 @@
#include "base/threading/thread.h"
#include "content/public/browser/browser_thread.h"
#include "printing/page_number.h"
-#include "printing/print_destination_interface.h"
#include "printing/print_job_constants.h"
#include "printing/printing_context.h"
@@ -40,10 +39,6 @@ class PrintJobWorker {
void SetNewOwner(PrintJobWorkerOwner* new_owner);
- // Set a destination for print.
- // This supersedes the document's rendering destination.
- void SetPrintDestination(PrintDestinationInterface* destination);
-
// Initializes the print settings. If |ask_user_for_settings| is true, a
// Print... dialog box will be shown to ask the user his preference.
void GetSettings(
@@ -140,9 +135,6 @@ class PrintJobWorker {
// The printed document. Only has read-only access.
scoped_refptr<PrintedDocument> document_;
- // The print destination, may be NULL.
- scoped_refptr<PrintDestinationInterface> destination_;
-
// The print job owning this worker thread. It is guaranteed to outlive this
// object.
PrintJobWorkerOwner* owner_;
« no previous file with comments | « chrome/browser/printing/print_job_manager.cc ('k') | chrome/browser/printing/print_job_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698