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

Unified Diff: content/browser/ppapi_plugin_process_host.h

Issue 7978009: Split ppapi::PluginList from PepperPluginRegistry so that DRT could load pepper plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « content/browser/ppapi_broker_process_host.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ppapi_plugin_process_host.h
===================================================================
--- content/browser/ppapi_plugin_process_host.h (revision 101488)
+++ content/browser/ppapi_plugin_process_host.h (working copy)
@@ -15,8 +15,6 @@
#include "content/browser/renderer_host/pepper_message_filter.h"
#include "net/base/network_change_notifier.h"
-struct PepperPluginInfo;
-
namespace content {
class ResourceContext;
}
@@ -25,6 +23,12 @@
class HostResolver;
}
+namespace webkit {
+namespace ppapi {
+struct PluginInfo;
+}
+}
+
class PpapiPluginProcessHost
: public BrowserChildProcessHost,
public net::NetworkChangeNotifier::IPAddressObserver,
@@ -53,7 +57,7 @@
// Actually launches the process with the given plugin info. Returns true
// on success (the process was spawned).
- bool Init(const PepperPluginInfo& info);
+ bool Init(const webkit::ppapi::PluginInfo& info);
// Opens a new channel to the plugin. The client will be notified when the
// channel is ready or if there's an error.
« no previous file with comments | « content/browser/ppapi_broker_process_host.cc ('k') | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698