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

Unified Diff: chrome/utility/printing_handler.h

Issue 2656303005: no_messages
Patch Set: Created 3 years, 11 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/common/chrome_utility_printing_messages.h ('k') | chrome/utility/printing_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/printing_handler.h
diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h
index 9471e00c6f3956919f5808b0d19022b1fd4e3d19..d1259c5082feebe7b8c1201c1616f75423e0aec9 100644
--- a/chrome/utility/printing_handler.h
+++ b/chrome/utility/printing_handler.h
@@ -40,13 +40,6 @@ class PrintingHandler : public UtilityMessageHandler {
int page_number,
IPC::PlatformFileForTransit output_file);
void OnRenderPDFPagesToMetafileStop();
- void OnRenderPDFPagesToPostScriptStart(
- IPC::PlatformFileForTransit pdf_transit,
- const PdfRenderSettings& settings);
- void OnRenderPDFPagesToPostScriptGetPage(
- int page_number,
- IPC::PlatformFileForTransit output_file);
- void OnRenderPDFPagesToPostScriptStop();
#endif // OS_WIN
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
void OnRenderPDFPagesToPWGRaster(IPC::PlatformFileForTransit pdf_transit,
« no previous file with comments | « chrome/common/chrome_utility_printing_messages.h ('k') | chrome/utility/printing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698