diff options
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r-- | content/browser/plugin_process_host.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index 62be9db7..be2e558 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -342,7 +342,10 @@ void PluginProcessHost::CancelPendingRequestsForResourceContext( } void PluginProcessHost::OpenChannelToPlugin(Client* client) { - process_->Notify(NOTIFICATION_CHILD_INSTANCE_CREATED); + BrowserThread::PostTask( + BrowserThread::UI, FROM_HERE, + base::Bind(&BrowserChildProcessHostImpl::NotifyProcessInstanceCreated, + process_->GetData())); client->SetPluginInfo(info_); if (process_->GetHost()->IsChannelOpening()) { // The channel is already in the process of being opened. Put |