| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 6f7a30342e21d0f4ceed16f94d677274c6450531..4c9ccced1af583dad4094de02caf8c78f5546ad3 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -706,6 +706,11 @@ void PluginServiceImpl::RegisterInternalPlugin(
|
| plugin_list_->RegisterInternalPlugin(info, add_at_beginning);
|
| }
|
|
|
| +void PluginServiceImpl::GetInternalPlugins(
|
| + std::vector<webkit::WebPluginInfo>* plugins) {
|
| + plugin_list_->GetInternalPlugins(plugins);
|
| +}
|
| +
|
| webkit::npapi::PluginList* PluginServiceImpl::GetPluginList() {
|
| return plugin_list_;
|
| }
|
|
|