diff options
Diffstat (limited to 'content/renderer/pepper_plugin_delegate_impl.cc')
-rw-r--r-- | content/renderer/pepper_plugin_delegate_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc index 88bb5e4..91efe42 100644 --- a/content/renderer/pepper_plugin_delegate_impl.cc +++ b/content/renderer/pepper_plugin_delegate_impl.cc @@ -378,7 +378,7 @@ class DispatcherWrapper virtual ~DispatcherWrapper() {} bool Init(base::ProcessHandle plugin_process_handle, - IPC::ChannelHandle channel_handle, + const IPC::ChannelHandle& channel_handle, PP_Module pp_module, pp::proxy::Dispatcher::GetInterfaceFunc local_get_interface); @@ -399,7 +399,7 @@ class DispatcherWrapper bool DispatcherWrapper::Init( base::ProcessHandle plugin_process_handle, - IPC::ChannelHandle channel_handle, + const IPC::ChannelHandle& channel_handle, PP_Module pp_module, pp::proxy::Dispatcher::GetInterfaceFunc local_get_interface) { dispatcher_.reset(new pp::proxy::HostDispatcher( |