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 9922ba164b9d22a63cf469c5ee98b2d3d7ba5b2a..311492bdb24cfd1b24cb17c1713e747cfdf5f826 100644 |
--- a/content/browser/renderer_host/render_message_filter.h |
+++ b/content/browser/renderer_host/render_message_filter.h |
@@ -159,13 +159,14 @@ class RenderMessageFilter : public BrowserMessageFilter { |
void OnGetPlugins(bool refresh, IPC::Message* reply_msg); |
void GetPluginsCallback(IPC::Message* reply_msg, |
const std::vector<webkit::WebPluginInfo>& plugins); |
- void OnGetPluginInfo(int routing_id, |
- const GURL& url, |
- const GURL& policy_url, |
- const std::string& mime_type, |
- bool* found, |
- webkit::WebPluginInfo* info, |
- std::string* actual_mime_type); |
+ void OnGetMatchingPlugins( |
+ int routing_id, |
+ const GURL& url, |
+ const GURL& page_url, |
+ const std::string& mime_type, |
+ std::vector<webkit::WebPluginInfo>* plugins, |
+ std::vector<std::string>* mime_types, |
+ std::vector<bool>* allowed); |
void OnOpenChannelToPlugin(int routing_id, |
const GURL& url, |
const GURL& policy_url, |