Index: chrome/common/webmessageportchannel_impl.h |
=================================================================== |
--- chrome/common/webmessageportchannel_impl.h (revision 70108) |
+++ chrome/common/webmessageportchannel_impl.h (working copy) |
@@ -48,7 +48,7 @@ |
void Send(IPC::Message* message); |
// IPC::Channel::Listener implementation. |
- virtual void OnMessageReceived(const IPC::Message& message); |
+ virtual bool OnMessageReceived(const IPC::Message& message); |
void OnMessage(const string16& message, |
const std::vector<int>& sent_message_port_ids, |