| Index: chrome/utility/printing_handler.h
|
| diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h
|
| index 99b6eeb6a28399e4077c254a037585b70c3efe14..0d71af261fe6ff24b844c06dc6d7172cbfc80357 100644
|
| --- a/chrome/utility/printing_handler.h
|
| +++ b/chrome/utility/printing_handler.h
|
| @@ -35,8 +35,7 @@ class PrintingHandler : public UtilityMessageHandler {
|
| // IPC message handlers.
|
| #if defined(OS_WIN)
|
| void OnRenderPDFPagesToMetafile(IPC::PlatformFileForTransit pdf_transit,
|
| - const PdfRenderSettings& settings,
|
| - bool print_text_with_gdi);
|
| + const PdfRenderSettings& settings);
|
| void OnRenderPDFPagesToMetafileGetPage(
|
| int page_number,
|
| IPC::PlatformFileForTransit output_file);
|
|
|