diff options
Diffstat (limited to 'content/browser/plugin_service.h')
-rw-r--r-- | content/browser/plugin_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h index c2a3733..2dae647 100644 --- a/content/browser/plugin_service.h +++ b/content/browser/plugin_service.h @@ -189,7 +189,7 @@ class CONTENT_EXPORT PluginService string16 GetPluginGroupName(const std::string& plugin_name); // TODO(dpranke): This should be private. - webkit::npapi::PluginList* plugin_list(); + webkit::npapi::PluginList* plugin_list() { return plugin_list_; } void SetPluginListForTesting(webkit::npapi::PluginList* plugin_list); |