| Index: chrome/renderer/plugin_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/plugin_channel_host.h (revision 70108)
|
| +++ chrome/renderer/plugin_channel_host.h (working copy)
|
| @@ -48,7 +48,7 @@
|
|
|
| static PluginChannelBase* ClassFactory() { return new PluginChannelHost(); }
|
|
|
| - virtual void OnControlMessageReceived(const IPC::Message& message);
|
| + virtual bool OnControlMessageReceived(const IPC::Message& message);
|
| void OnSetException(const std::string& message);
|
| void OnPluginShuttingDown(const IPC::Message& message);
|
|
|
|
|