diff options
Diffstat (limited to 'chrome/browser/ppapi_plugin_process_host.h')
-rw-r--r-- | chrome/browser/ppapi_plugin_process_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ppapi_plugin_process_host.h b/chrome/browser/ppapi_plugin_process_host.h index 956148c..dd71b14 100644 --- a/chrome/browser/ppapi_plugin_process_host.h +++ b/chrome/browser/ppapi_plugin_process_host.h @@ -39,7 +39,8 @@ class PpapiPluginProcessHost : public BrowserChildProcessHost { void OnPluginLoaded(const IPC::ChannelHandle& handle); // Sends the reply_msg_ to the renderer with the given channel info. - void ReplyToRenderer(const IPC::ChannelHandle& handle); + void ReplyToRenderer(base::ProcessHandle plugin_handle, + const IPC::ChannelHandle& channel_handle); ResourceMessageFilter* filter_; |