Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1899)

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 7980011: Convert the PluginService interface to be an async wrapper around PluginList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New interface as discussed Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 4079134e9a9bd4efca42ee94b319b19b239e99ea..c67075af1ce27a44096c9af46480269e0df72fa5 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -156,8 +156,8 @@ class RenderMessageFilter : public BrowserMessageFilter {
void OnReleaseCachedFonts();
#endif
- void OnGetPlugins(bool refresh,
- std::vector<webkit::WebPluginInfo>* plugins);
+ void OnGetPlugins(bool refresh, IPC::Message* reply_msg);
+ void OnGetPluginsCallback(IPC::Message* reply_msg);
Bernhard Bauer 2011/09/21 22:47:05 Nit: |OnGetPluginsCallback| reads a bit like it's
void OnGetPluginInfo(int routing_id,
const GURL& url,
const GURL& policy_url,

Powered by Google App Engine
This is Rietveld 408576698