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

Unified Diff: chrome/service/service_utility_process_host.cc

Issue 5874002: Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
===================================================================
--- chrome/service/service_utility_process_host.cc (revision 69229)
+++ chrome/service/service_utility_process_host.cc (working copy)
@@ -67,7 +67,7 @@
if (!pdf_file_in_utility_process)
return false;
waiting_for_reply_ = true;
- return SendOnChannel(
+ return Send(
new UtilityMsg_RenderPDFPagesToMetafile(pdf_file_in_utility_process,
metafile_path_,
render_area,
« chrome/common/child_process_host.h ('K') | « chrome/service/service_utility_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698