Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3305)

Unified Diff: chrome/service/service_utility_process_host.cc

Issue 2640033005: Substitute boolean GDI printing for a mode type (Closed)
Patch Set: Substitute boolean GDI printing for non boolean Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cc8e0ad135fee8140b09dbb593f4f97b4ebf1f9a..8932a87e508f16c94bdd5af6b71b4ce138b6bcb8 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() {

Powered by Google App Engine
This is Rietveld 408576698