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

Unified Diff: chrome/browser/plugins/plugin_metadata.h

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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: chrome/browser/plugins/plugin_metadata.h
===================================================================
--- chrome/browser/plugins/plugin_metadata.h (revision 212806)
+++ chrome/browser/plugins/plugin_metadata.h (working copy)
@@ -12,7 +12,7 @@
#include "base/version.h"
#include "url/gurl.h"
-namespace webkit {
+namespace content {
struct WebPluginInfo;
}
@@ -72,7 +72,7 @@
// Checks if |plugin| mime types match all |matching_mime_types_|.
// If there is no |matching_mime_types_|, |group_name_matcher_| is used
// for matching.
- bool MatchesPlugin(const webkit::WebPluginInfo& plugin);
+ bool MatchesPlugin(const content::WebPluginInfo& plugin);
// If |status_str| describes a valid security status, writes it to |status|
// and returns true, else returns false and leaves |status| unchanged.
@@ -81,7 +81,7 @@
// Returns the security status for the given plug-in (i.e. whether it is
// considered out-of-date, etc.)
- SecurityStatus GetSecurityStatus(const webkit::WebPluginInfo& plugin) const;
+ SecurityStatus GetSecurityStatus(const content::WebPluginInfo& plugin) const;
scoped_ptr<PluginMetadata> Clone() const;

Powered by Google App Engine
This is Rietveld 408576698