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

Unified Diff: chrome/browser/worker_host/worker_process_host.h

Issue 5698008: Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... (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/browser/worker_host/worker_process_host.h
===================================================================
--- chrome/browser/worker_host/worker_process_host.h (revision 68877)
+++ chrome/browser/worker_host/worker_process_host.h (working copy)
@@ -20,13 +20,9 @@
#include "googleurl/src/gurl.h"
#include "ipc/ipc_channel.h"
-class BlobDispatcherHost;
class ChromeURLRequestContext;
class ChromeURLRequestContextGetter;
class DatabaseDispatcherHost;
-class FileSystemDispatcherHost;
-class FileUtilitiesDispatcherHost;
-class MimeRegistryDispatcher;
namespace webkit_database {
class DatabaseTracker;
} // namespace webkit_database
@@ -215,10 +211,6 @@
scoped_refptr<ChromeURLRequestContext> request_context_;
scoped_refptr<DatabaseDispatcherHost> db_dispatcher_host_;
- scoped_ptr<BlobDispatcherHost> blob_dispatcher_host_;
- scoped_refptr<FileSystemDispatcherHost> file_system_dispatcher_host_;
- scoped_refptr<FileUtilitiesDispatcherHost> file_utilities_dispatcher_host_;
- scoped_refptr<MimeRegistryDispatcher> mime_registry_dispatcher_;
// Holds all the IPC message filters. Since the worker process host is on the
// IO thread, we don't have a IPC::ChannelProxy and so we manage filters
« no previous file with comments | « chrome/browser/speech/speech_input_dispatcher_host.cc ('k') | chrome/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698