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

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

Issue 7648017: Make WebPluginInfo more generic (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 96613)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -59,10 +59,8 @@
}
namespace webkit {
-namespace npapi {
struct WebPluginInfo;
}
-}
namespace webkit_glue {
struct WebCookie;
@@ -149,13 +147,13 @@
#endif
void OnGetPlugins(bool refresh,
- std::vector<webkit::npapi::WebPluginInfo>* plugins);
+ 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::npapi::WebPluginInfo* info,
+ webkit::WebPluginInfo* info,
std::string* actual_mime_type);
void OnOpenChannelToPlugin(int routing_id,
const GURL& url,
« no previous file with comments | « content/browser/renderer_host/buffered_resource_handler.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698