Chromium Code Reviews| Index: chrome/plugin/npobject_stub.h |
| =================================================================== |
| --- chrome/plugin/npobject_stub.h (revision 70108) |
| +++ chrome/plugin/npobject_stub.h (working copy) |
| @@ -53,7 +53,7 @@ |
| private: |
| // IPC::Channel::Listener implementation: |
| - virtual void OnMessageReceived(const IPC::Message& message); |
| + virtual bool OnMessageReceived(const IPC::Message& message); |
| virtual void OnChannelError(); |
| // message handlers |