Index: chrome/browser/renderer_host/resource_message_filter.h |
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h |
index 7acecaa36a09e488fff17290ad95cfa92a3bbc97..c112b77c63b3224445eb7c8cd3f27cdeebb25aa7 100644 |
--- a/chrome/browser/renderer_host/resource_message_filter.h |
+++ b/chrome/browser/renderer_host/resource_message_filter.h |
@@ -170,10 +170,11 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter, |
#endif |
void OnGetPlugins(bool refresh, IPC::Message* reply_msg); |
void OnGetPluginsOnFileThread(bool refresh, IPC::Message* reply_msg); |
- void OnGetPluginPath(const GURL& url, |
+ void OnGetPluginInfo(const GURL& url, |
const GURL& policy_url, |
const std::string& mime_type, |
- FilePath* filename, |
+ bool* found, |
+ WebPluginInfo* info, |
std::string* actual_mime_type); |
void OnOpenChannelToPlugin(const GURL& url, |
const std::string& mime_type, |