| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 5a35037a1d6a4aaa24d708a56db9e5dd63474e7a..cbe320702ecbcaf80a07dbbc4fd3ab8fb09ffbe5 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -736,6 +736,11 @@ string16 PluginServiceImpl::GetPluginGroupName(const std::string& plugin_name) {
|
| return plugin_list_->GetPluginGroupName(plugin_name);
|
| }
|
|
|
| +void PluginServiceImpl::GetInternalPlugins(
|
| + std::vector<webkit::WebPluginInfo>* plugins) {
|
| + plugin_list_->GetInternalPlugins(plugins);
|
| +}
|
| +
|
| webkit::npapi::PluginList* PluginServiceImpl::GetPluginList() {
|
| return plugin_list_;
|
| }
|
|
|