| Index: content/browser/plugin_service.h
|
| diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
|
| index c2a3733c7c843054d0fd4c68274eb9683fe29e2b..2dae64783528f026be453c418dd2025aee2bd04e 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);
|
|
|
|
|