Index: chrome/common/chrome_utility_printing_messages.h |
diff --git a/chrome/common/chrome_utility_printing_messages.h b/chrome/common/chrome_utility_printing_messages.h |
index f1a8ad7f0fa5f82b6e1a06609fe3aaa8e0772279..71f0799c0d1ccae8e2a4abd504a3eeb3d28e2753 100644 |
--- a/chrome/common/chrome_utility_printing_messages.h |
+++ b/chrome/common/chrome_utility_printing_messages.h |
@@ -99,10 +99,9 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_GetPrinterSemanticCapsAndDefaults, |
// Tell the utility process to start rendering the given PDF into a metafile. |
// Utility process would be alive until |
// ChromeUtilityMsg_RenderPDFPagesToMetafiles_Stop message. |
-IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_RenderPDFPagesToMetafiles, |
+IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_RenderPDFPagesToMetafiles, |
IPC::PlatformFileForTransit /* input_file */, |
- printing::PdfRenderSettings /* settings */, |
- bool /* print_text_with_gdi */) |
+ printing::PdfRenderSettings /* settings */) |
// Requests conversion of the next page. |
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_RenderPDFPagesToMetafiles_GetPage, |