Index: content/browser/plugin_service_impl.cc |
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc |
index 0585c241771ca94ffc65a215262f5978ce7494d2..3eca335a09d8a16edb4f56d3822a1c8cb74cc42e 100644 |
--- a/content/browser/plugin_service_impl.cc |
+++ b/content/browser/plugin_service_impl.cc |
@@ -68,7 +68,7 @@ void PluginService::PurgePluginListCache(BrowserContext* browser_context, |
!it.IsAtEnd(); it.Advance()) { |
RenderProcessHost* host = it.GetCurrentValue(); |
if (!browser_context || host->GetBrowserContext() == browser_context) |
- host->Send(new ViewMsg_PurgePluginListCache(reload_pages)); |
+ host->GetRendererInterface()->PurgePluginListCache(reload_pages); |
} |
} |