Index: ppapi/proxy/dispatcher.h |
=================================================================== |
--- ppapi/proxy/dispatcher.h (revision 70108) |
+++ ppapi/proxy/dispatcher.h (working copy) |
@@ -103,7 +103,7 @@ |
virtual bool Send(IPC::Message* msg); |
// IPC::Channel::Listener implementation. |
- virtual void OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg); |
IPC::SyncChannel* channel() const { |
return channel_.get(); |