| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index 51f8f51eefd652b6a2a28a732ebb5ee14d2a1506..04ba51fd17fbfaa34ff0e6e01184684d0a0c6cf6 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -99,7 +99,7 @@ class ServiceUtilityProcessHost::PdfToEmfState {
|
| return false;
|
| return host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
|
| IPC::TakePlatformFileForTransit(std::move(pdf_file)),
|
| - conversion_settings));
|
| + conversion_settings, false /* print_text_with_gdi */));
|
| }
|
|
|
| void GetMorePages() {
|
|
|