| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index e4cd83a4dd736390b510a85052c7375e0a56791c..e7c584f49a391c2620e6e6aef81072396e11b524 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -237,6 +237,9 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
| void CreateChannel(const IPC::ChannelHandle& channel_handle,
|
| const Channel::Mode& mode);
|
|
|
| + // Sends a reply for failed synchronous messages.
|
| + void SendFailedSyncMessageReply(const Message& message);
|
| +
|
| // Methods called on the IO thread.
|
| void OnSendMessage(scoped_ptr<Message> message_ptr);
|
| void OnAddFilter();
|
|
|