Chromium Code Reviews| Index: content/plugin/plugin_channel.cc |
| =================================================================== |
| --- content/plugin/plugin_channel.cc (revision 222566) |
| +++ content/plugin/plugin_channel.cc (working copy) |
| @@ -204,6 +204,8 @@ |
| } |
| PluginChannel::~PluginChannel() { |
| + PluginThread::current()->Send(new PluginProcessHostMsg_ChannelDestroyed( |
| + renderer_id_)); |
| base::MessageLoop::current()->PostDelayedTask( |
| FROM_HERE, |
| base::Bind(&PluginReleaseCallback), |