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

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

Issue 10483006: Print support for Windows Metro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working version Created 8 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/printing/print_job.h
diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
index c40699f7a63daa0538c91fd94c051e76f6683c07..d8100dd12f90e1b2f0224f41ec35a411745f37f9 100644
--- a/chrome/browser/printing/print_job.h
+++ b/chrome/browser/printing/print_job.h
@@ -13,6 +13,7 @@
#include "chrome/browser/printing/print_job_worker_owner.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+#include "printing/printed_document.h"
class Thread;
@@ -21,7 +22,6 @@ namespace printing {
// See definition below.
class JobEventDetails;
-class PrintedDocument;
class PrintedPage;
class PrintedPagesSource;
class PrintJobWorker;
@@ -44,6 +44,7 @@ class PrintJob : public PrintJobWorkerOwner,
// Grabs the ownership of the PrintJobWorker from another job, which is
// usually a PrinterQuery. Set the expected page count of the print job.
void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
+ PrintedDocument::Delegate* printed_document_delegate,
int page_count);
// content::NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698