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

Unified Diff: content/child/child_thread.h

Issue 892543002: workers: Introduce a WorkerMessageFilter to ease routing/processing worker messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 24cfc61f22cbbaf37a51e700b1764c09dee9240b..8ae3cc134ebae9165f9eb4737b17a4a070e86ff6 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -37,14 +37,13 @@ class WebFrame;
} // namespace blink
namespace content {
-class BluetoothMessageFilter;
+class ChildMessageFilter;
class ChildDiscardableSharedMemoryManager;
class ChildGpuMemoryBufferManager;
class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
-class GeofencingMessageFilter;
class NavigatorConnectDispatcher;
class NotificationDispatcher;
class PushDispatcher;
@@ -284,9 +283,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_ptr<base::PowerMonitor> power_monitor_;
- scoped_refptr<GeofencingMessageFilter> geofencing_message_filter_;
-
- scoped_refptr<BluetoothMessageFilter> bluetooth_message_filter_;
+ scoped_refptr<ChildMessageFilter> geofencing_message_filter_;
+ scoped_refptr<ChildMessageFilter> bluetooth_message_filter_;
scoped_refptr<NavigatorConnectDispatcher> navigator_connect_dispatcher_;
« no previous file with comments | « content/child/bluetooth/bluetooth_message_filter.cc ('k') | content/child/geofencing/geofencing_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698