| Index: content/public/browser/plugin_service.h
|
| diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h
|
| index 70d98c6887eb9e24be31c597c44b9656defd4ec8..e55efafb09fe85691086f8af6ead4571154234d9 100644
|
| --- a/content/public/browser/plugin_service.h
|
| +++ b/content/public/browser/plugin_service.h
|
| @@ -134,6 +134,8 @@ class PluginService {
|
| virtual void RegisterInternalPlugin(const webkit::WebPluginInfo& info,
|
| bool add_at_beginning) = 0;
|
| virtual string16 GetPluginGroupName(const std::string& plugin_name) = 0;
|
| + virtual void GetInternalPlugins(
|
| + std::vector<webkit::WebPluginInfo>* plugins) = 0;
|
|
|
| // TODO(dpranke): This should be private.
|
| virtual webkit::npapi::PluginList* GetPluginList() = 0;
|
|
|