| Index: content/public/browser/plugin_service.h
|
| diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h
|
| index 891e3bd5c4c3dc77a4c2f08693ef5d665901288d..8358f1151032c17b829ec49da56e8228f65e29f2 100644
|
| --- a/content/public/browser/plugin_service.h
|
| +++ b/content/public/browser/plugin_service.h
|
| @@ -126,6 +126,8 @@ class PluginService {
|
| virtual void UnregisterInternalPlugin(const FilePath& path) = 0;
|
| virtual void RegisterInternalPlugin(const webkit::WebPluginInfo& info,
|
| bool add_at_beginning) = 0;
|
| + virtual void GetInternalPlugins(
|
| + std::vector<webkit::WebPluginInfo>* plugins) = 0;
|
|
|
| // TODO(dpranke): This should be private.
|
| virtual webkit::npapi::PluginList* GetPluginList() = 0;
|
|
|