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

Unified Diff: chrome/browser/renderer_host/plugin_info_message_filter.h

Issue 10951029: Removes PluginInfoMessageFilter dependency on PluginGroup. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed conflict Created 8 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/plugin_info_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/plugin_info_message_filter.h
diff --git a/chrome/browser/renderer_host/plugin_info_message_filter.h b/chrome/browser/renderer_host/plugin_info_message_filter.h
index 714da47858209f62de6e036d9194603ca40ada64..55f9c75fcf8a920bfb763a328f3d170fc2872a47 100644
--- a/chrome/browser/renderer_host/plugin_info_message_filter.h
+++ b/chrome/browser/renderer_host/plugin_info_message_filter.h
@@ -15,6 +15,7 @@
#include "chrome/common/content_settings.h"
#include "content/public/browser/browser_message_filter.h"
+struct ChromeViewHostMsg_GetPluginInfo_Output;
struct ChromeViewHostMsg_GetPluginInfo_Status;
class GURL;
class HostContentSettingsMap;
@@ -49,7 +50,9 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
const GetPluginInfo_Params& params,
const webkit::WebPluginInfo& plugin,
PluginFinder* plugin_finder,
- ChromeViewHostMsg_GetPluginInfo_Status* status) const;
+ ChromeViewHostMsg_GetPluginInfo_Status* status,
+ std::string* group_identifier,
+ string16* group_name) const;
bool FindEnabledPlugin(int render_view_id,
const GURL& url,
const GURL& top_origin_url,
@@ -101,8 +104,7 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
void GotPluginFinder(const GetPluginInfo_Params& params,
IPC::Message* reply_msg,
- const webkit::WebPluginInfo& plugin,
- const std::string& actual_mime_type,
+ ChromeViewHostMsg_GetPluginInfo_Output output,
PluginFinder* plugin_finder);
Context context_;
« no previous file with comments | « no previous file | chrome/browser/renderer_host/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698