| Index: content/renderer/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc
|
| index e4ccc962b70762ed0fd5116fc6758a063a1173d2..fb6fc72409e4338cba757523d67468d2979018e5 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(
|
|
|