Index: ppapi/proxy/plugin_dispatcher.h |
=================================================================== |
--- ppapi/proxy/plugin_dispatcher.h (revision 70108) |
+++ ppapi/proxy/plugin_dispatcher.h (working copy) |
@@ -46,7 +46,7 @@ |
virtual bool IsPlugin() const; |
// IPC::Channel::Listener implementation. |
- virtual void OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg); |
// Returns the resource tracker for the plugin. In the browser process this |
// will return NULL. |