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

Unified Diff: webkit/glue/plugins/pepper_plugin_module.h

Issue 4985001: Initial audio implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « webkit/glue/plugins/pepper_font.cc ('k') | webkit/glue/plugins/pepper_plugin_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_plugin_module.h
===================================================================
--- webkit/glue/plugins/pepper_plugin_module.h (revision 67903)
+++ webkit/glue/plugins/pepper_plugin_module.h (working copy)
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/native_library.h"
+#include "base/process.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "base/weak_ptr.h"
@@ -74,6 +75,7 @@
EntryPoints entry_points);
static scoped_refptr<PluginModule> CreateOutOfProcessModule(
MessageLoop* ipc_message_loop,
+ base::ProcessHandle plugin_process_handle,
const IPC::ChannelHandle& handle,
base::WaitableEvent* shutdown_event);
@@ -122,6 +124,7 @@
bool InitFromEntryPoints(const EntryPoints& entry_points);
bool InitFromFile(const FilePath& path);
bool InitForOutOfProcess(MessageLoop* ipc_message_loop,
+ base::ProcessHandle remote_process,
const IPC::ChannelHandle& handle,
base::WaitableEvent* shutdown_event);
static bool LoadEntryPoints(const base::NativeLibrary& library,
« no previous file with comments | « webkit/glue/plugins/pepper_font.cc ('k') | webkit/glue/plugins/pepper_plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698