| Index: content/common/child_thread.h
|
| diff --git a/content/common/child_thread.h b/content/common/child_thread.h
|
| index ee99868365ae714d114dc4ec0187e31081454c1b..1cf81d7cf46c46817a9d18fb73142e580e3f2961 100644
|
| --- a/content/common/child_thread.h
|
| +++ b/content/common/child_thread.h
|
| @@ -30,6 +30,7 @@ class WebFrame;
|
|
|
| namespace content {
|
| class ChildHistogramMessageFilter;
|
| +class ChildResourceMessageFilter;
|
| class FileSystemDispatcher;
|
| class QuotaDispatcher;
|
| class ResourceDispatcher;
|
| @@ -182,6 +183,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
|
|
|
| scoped_refptr<ChildHistogramMessageFilter> histogram_message_filter_;
|
|
|
| + scoped_refptr<ChildResourceMessageFilter> resource_message_filter_;
|
| +
|
| base::WeakPtrFactory<ChildThread> channel_connected_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChildThread);
|
|
|