| Index: content/public/test/mock_render_thread.h
|
| ===================================================================
|
| --- content/public/test/mock_render_thread.h (revision 152650)
|
| +++ content/public/test/mock_render_thread.h (working copy)
|
| @@ -148,6 +148,9 @@
|
|
|
| // The last known good deserializer for sync messages.
|
| scoped_ptr<IPC::MessageReplyDeserializer> reply_deserializer_;
|
| +
|
| + // A list of message filters added to this thread.
|
| + std::vector<scoped_refptr<IPC::ChannelProxy::MessageFilter> > filters_;
|
| };
|
|
|
| } // namespace content
|
|
|