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

Unified Diff: content/public/browser/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: content/public/browser/plugin_service_filter.h
===================================================================
--- content/public/browser/plugin_service_filter.h (revision 212806)
+++ content/public/browser/plugin_service_filter.h (working copy)
@@ -11,12 +11,9 @@
class FilePath;
}
-namespace webkit {
+namespace content {
struct WebPluginInfo;
-}
-namespace content {
-
// Callback class to let the client filter the list of all installed plug-ins
// and block them from being loaded.
// This class is called on the FILE thread.
@@ -31,7 +28,7 @@
const void* context,
const GURL& url,
const GURL& policy_url,
- webkit::WebPluginInfo* plugin) = 0;
+ WebPluginInfo* plugin) = 0;
// Whether the renderer has permission to load available |plugin|.
virtual bool CanLoadPlugin(int render_process_id,

Powered by Google App Engine
This is Rietveld 408576698