Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index beb004baa1b9d48c2b1a5c1f77e58bb30a9fd23b..3548e5760b96e24b8cb01f34ea8eabac032a7231 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -72,6 +72,7 @@ class RenderWidgetHost; |
class RenderWidgetHostImpl; |
class RenderWidgetHostViewFrameSubscriber; |
class ResourceMessageFilter; |
+class SharedWorkerMessageFilter; |
class StoragePartition; |
class StoragePartitionImpl; |
@@ -404,6 +405,9 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// The filter for MessagePort messages coming from the renderer. |
scoped_refptr<MessagePortMessageFilter> message_port_message_filter_; |
+ // The filter for SharedWorker messages coming from the renderer. |
+ scoped_refptr<SharedWorkerMessageFilter> shared_worker_message_filter_; |
+ |
// The filter for Web Notification messages coming from the renderer. Holds a |
// closure per notification that must be freed when the notification closes. |
scoped_refptr<NotificationMessageFilter> notification_message_filter_; |