diff options
Diffstat (limited to 'content/browser')
-rw-r--r-- | content/browser/plugin_service_impl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc index b4c2582..12e7bfa 100644 --- a/content/browser/plugin_service_impl.cc +++ b/content/browser/plugin_service_impl.cc @@ -481,7 +481,8 @@ void PluginServiceImpl::GetAllowedPluginForOpenChannelToPlugin( client)); if (filter_) { DCHECK_EQ(WebPluginInfo::PLUGIN_TYPE_NPAPI, info.type); - filter_->NPAPIPluginLoaded(render_process_id, render_frame_id, info); + filter_->NPAPIPluginLoaded(render_process_id, render_frame_id, mime_type, + info); } } |