Index: chrome/common/ipc_channel_proxy.h |
diff --git a/chrome/common/ipc_channel_proxy.h b/chrome/common/ipc_channel_proxy.h |
index 2263ea69718ee92951695344d3551084fcc769a3..42cb8650edaea5e15f7056900ad8b5d271dd2e7d 100644 |
--- a/chrome/common/ipc_channel_proxy.h |
+++ b/chrome/common/ipc_channel_proxy.h |
@@ -64,6 +64,10 @@ class ChannelProxy : public Message::Sender { |
// have received the internal Hello message from the peer. |
virtual void OnChannelConnected(int32 peer_pid) {} |
+ // Called when there is an error on the channel, typically that the channel |
+ // has been closed. |
+ virtual void OnChannelError() {} |
+ |
// Called to inform the filter that the IPC channel will be destroyed. |
// OnFilterRemoved is called immediately after this. |
virtual void OnChannelClosing() {} |