| Index: content/browser/renderer_host/render_message_filter.cc
|
| diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
|
| index 001c6b2c4694af50c495b3fc0a6f22d1ee56d0a3..624af29b5ac450fb2b4e743be9534bd9493be9cc 100644
|
| --- a/content/browser/renderer_host/render_message_filter.cc
|
| +++ b/content/browser/renderer_host/render_message_filter.cc
|
| @@ -522,7 +522,7 @@ void RenderMessageFilter::OnGetPlugins(
|
| const base::TimeTicks now = base::TimeTicks::Now();
|
| if (now - last_plugin_refresh_time_ >= threshold) {
|
| // Only refresh if the threshold hasn't been exceeded yet.
|
| - PluginService::GetInstance()->RefreshPluginList();
|
| + PluginService::GetInstance()->RefreshPlugins();
|
| last_plugin_refresh_time_ = now;
|
| }
|
| }
|
|
|