| Index: chrome/plugin/webplugin_delegate_stub.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.h (revision 70108)
|
| +++ chrome/plugin/webplugin_delegate_stub.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| PluginChannel* channel);
|
|
|
| // IPC::Channel::Listener implementation:
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| // IPC::Message::Sender implementation:
|
| virtual bool Send(IPC::Message* msg);
|
|
|