| Index: chrome/browser/printing/pdf_to_emf_converter.cc
|
| diff --git a/chrome/browser/printing/pdf_to_emf_converter.cc b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| index 0a0eb0915bb66ba51cabdc88f52b5c5becd3fb0a..fb0be329e76d0325e4b0c20645adf832fb1d3303 100644
|
| --- a/chrome/browser/printing/pdf_to_emf_converter.cc
|
| +++ b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| @@ -340,7 +340,7 @@ void PdfToEmfUtilityProcessHostClient::OnTempPdfReady(bool print_text_with_gdi,
|
| if (!utility_process_host_ || !pdf)
|
| return OnFailed();
|
| // Should reply with OnPageCount().
|
| - Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles_Start(
|
| + Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
|
| IPC::GetPlatformFileForTransit(pdf->GetPlatformFile(), false), settings_,
|
| print_text_with_gdi));
|
| }
|
|
|