Chromium Code Reviews| Index: content/renderer/plugin_channel_host.cc |
| =================================================================== |
| --- content/renderer/plugin_channel_host.cc (revision 105666) |
| +++ content/renderer/plugin_channel_host.cc (working copy) |
| @@ -134,7 +134,7 @@ |
| WebKit::WebBindings::setException(NULL, message.c_str()); |
| } |
| -void PluginChannelHost::OnPluginShuttingDown(const IPC::Message& message) { |
| +void PluginChannelHost::OnPluginShuttingDown() { |
| expecting_shutdown_ = true; |
| } |