| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index 19aea280b78de7c6f4489e57b27fa639857ad33d..1ce9986ff745c18d17c89cb62b6fb5a82af15ece 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -55,6 +55,7 @@ class ChannelProxy : public Message::Sender {
|
| class MessageFilter
|
| : public base::RefCountedThreadSafe<MessageFilter, MessageFilterTraits> {
|
| public:
|
| + MessageFilter();
|
| virtual ~MessageFilter();
|
|
|
| // Called on the background thread to provide the filter with access to the
|
|
|