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

Unified Diff: content/public/renderer/renderer_ppapi_host.h

Issue 19828007: Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving ppapi implementation fr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: nits 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/renderer/renderer_ppapi_host.h
===================================================================
--- content/public/renderer/renderer_ppapi_host.h (revision 213146)
+++ content/public/renderer/renderer_ppapi_host.h (working copy)
@@ -22,12 +22,10 @@
}
namespace IPC {
-struct ChannelHandle;
class Message;
}
namespace ppapi {
-class PpapiPermissions;
namespace host {
class PpapiHost;
}
@@ -54,20 +52,6 @@
// There will be one of these objects in the renderer per plugin module.
class RendererPpapiHost {
public:
- // Creates a host and sets up an out-of-process proxy for an external plugin
- // module. |file_path| should identify the module. It is only used to report
- // failures to the renderer.
- // Returns a host if the external module is proxied successfully, otherwise
- // returns NULL.
- CONTENT_EXPORT static RendererPpapiHost* CreateExternalPluginModule(
- scoped_refptr<webkit::ppapi::PluginModule> plugin_module,
- webkit::ppapi::PluginInstance* plugin_instance,
- const base::FilePath& file_path,
- ppapi::PpapiPermissions permissions,
- const IPC::ChannelHandle& channel_handle,
- base::ProcessId plugin_pid,
- int plugin_child_id);
-
// Returns the RendererPpapiHost associated with the given PP_Instance,
// or NULL if the instance is invalid.
CONTENT_EXPORT static RendererPpapiHost* GetForPPInstance(
« no previous file with comments | « chrome/renderer/pepper/ppb_nacl_private_impl.cc ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698