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

Unified Diff: chrome/browser/plugins/chrome_plugin_service_filter.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/chrome_plugin_service_filter.h
===================================================================
--- chrome/browser/plugins/chrome_plugin_service_filter.h (revision 212806)
+++ chrome/browser/plugins/chrome_plugin_service_filter.h (working copy)
@@ -17,8 +17,8 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/plugin_service_filter.h"
+#include "content/public/common/webplugininfo.h"
#include "url/gurl.h"
-#include "webkit/plugins/webplugininfo.h"
class PluginPrefs;
class Profile;
@@ -40,7 +40,7 @@
void OverridePluginForTab(int render_process_id,
int render_view_id,
const GURL& url,
- const webkit::WebPluginInfo& plugin);
+ const content::WebPluginInfo& plugin);
// Restricts the given plugin to the given profile and origin of the given
// URL.
@@ -65,7 +65,7 @@
const void* context,
const GURL& url,
const GURL& policy_url,
- webkit::WebPluginInfo* plugin) OVERRIDE;
+ content::WebPluginInfo* plugin) OVERRIDE;
// CanLoadPlugin always grants permission to the browser
// (render_process_id == 0)
@@ -82,7 +82,7 @@
int render_view_id;
GURL url; // If empty, the override applies to all urls in render_view.
- webkit::WebPluginInfo plugin;
+ content::WebPluginInfo plugin;
};
struct ProcessDetails {

Powered by Google App Engine
This is Rietveld 408576698