| 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 d0c299dd308d794b510c38a277346d6a120e25f8..5b9951857cc5eaebe55e32d217d44c34add0e5a0 100644
|
| --- a/chrome/browser/renderer_host/resource_message_filter.h
|
| +++ b/chrome/browser/renderer_host/resource_message_filter.h
|
| @@ -168,10 +168,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,
|
|
|