| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 0875ecca88c2933800fd63e5a8a959bf352608c5..756f6f4fcb0e6ff7ba159934f733f5e196e5c84b 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -115,6 +115,8 @@ class CONTENT_EXPORT PluginServiceImpl
|
| virtual void RegisterInternalPlugin(
|
| const webkit::WebPluginInfo& info, bool add_at_beginning) OVERRIDE;
|
| virtual string16 GetPluginGroupName(const std::string& plugin_name) OVERRIDE;
|
| + virtual void GetInternalPlugins(
|
| + std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
|
| virtual webkit::npapi::PluginList* GetPluginList() OVERRIDE;
|
| virtual void SetPluginListForTesting(
|
| webkit::npapi::PluginList* plugin_list) OVERRIDE;
|
|
|