| Index: content/renderer/plugin_channel_host.h
|
| ===================================================================
|
| --- content/renderer/plugin_channel_host.h (revision 105666)
|
| +++ content/renderer/plugin_channel_host.h (working copy)
|
| @@ -53,7 +53,7 @@
|
|
|
| virtual bool OnControlMessageReceived(const IPC::Message& message);
|
| void OnSetException(const std::string& message);
|
| - void OnPluginShuttingDown(const IPC::Message& message);
|
| + void OnPluginShuttingDown();
|
|
|
| // Keep track of all the registered WebPluginDelegeProxies to
|
| // inform about OnChannelError
|
|
|