| Index: content/public/browser/plugin_service.h
|
| ===================================================================
|
| --- content/public/browser/plugin_service.h (revision 161614)
|
| +++ content/public/browser/plugin_service.h (working copy)
|
| @@ -134,6 +134,8 @@
|
| 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;
|
|
|