| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_plugin_delegate_impl.h (revision 133072)
|
| +++ content/renderer/pepper/pepper_plugin_delegate_impl.h (working copy)
|
| @@ -151,6 +151,13 @@
|
| // Notification that a mouse event has arrived at the render view.
|
| void WillHandleMouseEvent();
|
|
|
| + // Creates the renderer side of an out-of-process Pepper plugin's IPC proxy.
|
| + void CreateHostDispatcher(
|
| + const FilePath& plugin_path,
|
| + int plugin_child_id,
|
| + base::ProcessHandle plugin_process_handle,
|
| + const std::string& channel_handle_name);
|
| +
|
| // PluginDelegate implementation.
|
| virtual void PluginFocusChanged(webkit::ppapi::PluginInstance* instance,
|
| bool focused) OVERRIDE;
|
|
|