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

Unified Diff: chrome/service/service_utility_process_host.h

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.h
===================================================================
--- chrome/service/service_utility_process_host.h (revision 69229)
+++ chrome/service/service_utility_process_host.h (working copy)
@@ -88,12 +88,6 @@
int render_dpi,
const std::vector<printing::PageRange>& page_ranges);
- // Since we handle a sync IPC message (UtilityHostMsg_PreCacheFont), we need
- // an Send method.
- bool Send(IPC::Message* message) {
- return SendOnChannel(message);
- }
-
protected:
// Allows this method to be overridden for tests.
virtual FilePath GetUtilityProcessCmd();

Powered by Google App Engine
This is Rietveld 408576698