Index: chrome/plugin/npobject_proxy.h |
=================================================================== |
--- chrome/plugin/npobject_proxy.h (revision 70108) |
+++ chrome/plugin/npobject_proxy.h (working copy) |
@@ -102,7 +102,7 @@ |
const GURL& page_url); |
// IPC::Channel::Listener implementation: |
- virtual void OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg); |
virtual void OnChannelError(); |
static NPObject* NPAllocate(NPP, NPClass*); |