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

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

Issue 566693002: Use file handles to interact with utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Sep 17 10:40:51 PDT 2014 Created 6 years, 3 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.cc ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_view_manager_base.h
diff --git a/chrome/browser/printing/print_view_manager_base.h b/chrome/browser/printing/print_view_manager_base.h
index 048a4ef60baa0cc6e03950ae9ecb763c0d84ccdc..3de5a463d671315ae5a34c244eae03f9e81a0a56 100644
--- a/chrome/browser/printing/print_view_manager_base.h
+++ b/chrome/browser/printing/print_view_manager_base.h
@@ -24,7 +24,6 @@ namespace printing {
class JobEventDetails;
class MetafilePlayer;
-class PdfToEmfConverter;
class PrintJob;
class PrintJobWorkerOwner;
class PrintQueriesQueue;
@@ -134,13 +133,6 @@ class PrintViewManagerBase : public content::NotificationObserver,
// Release the PrinterQuery associated with our |cookie_|.
void ReleasePrinterQuery();
-#if defined(OS_WIN)
- // Called on completion of converting the pdf to emf.
- void OnPdfToEmfConverted(const PrintHostMsg_DidPrintPage_Params& params,
- double scale_factor,
- ScopedVector<MetafilePlayer>* emf_files);
-#endif // OS_WIN
-
content::NotificationRegistrar registrar_;
// Manages the low-level talk to the printer.
@@ -162,10 +154,6 @@ class PrintViewManagerBase : public content::NotificationObserver,
bool expecting_first_page_;
#endif // OS_MACOSX
-#if defined(OS_WIN)
- scoped_ptr<PdfToEmfConverter> pdf_to_emf_converter_;
-#endif // OS_WIN
-
// The document cookie of the current PrinterQuery.
int cookie_;
« no previous file with comments | « chrome/browser/printing/print_job.cc ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698