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 24431254afd7082e5995855614aa3556828a0f8f..e2b25bf484cae5528ea22c64300fc3f5bfceb9c3 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, false /* print_text_with_gdi */)); |
+ conversion_settings)); |
} |
void GetMorePages() { |