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

Unified Diff: content/browser/ppapi_broker_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/plugin_service.cc ('k') | content/browser/ppapi_broker_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ppapi_broker_process_host.h
===================================================================
--- content/browser/ppapi_broker_process_host.h (revision 101488)
+++ content/browser/ppapi_broker_process_host.h (working copy)
@@ -12,7 +12,11 @@
#include "base/file_path.h"
#include "content/browser/browser_child_process_host.h"
-struct PepperPluginInfo;
+namespace webkit {
+namespace ppapi {
+struct PluginInfo;
+}
+}
// TODO(ddorwin): Consider merging this with PpapiPluginProcessHost after
// finishing broker implementation.
@@ -38,7 +42,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/plugin_service.cc ('k') | content/browser/ppapi_broker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698