| Index: remoting/host/win/wts_session_process_delegate.cc
|
| diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
|
| index b0a1b879d68ad1892e3822de1328127a2a55cd4f..8b537ca8d41fb02ce0e5e55e8cdffbbf624abdca 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.cc
|
| +++ b/remoting/host/win/wts_session_process_delegate.cc
|
| @@ -257,7 +257,7 @@ bool WtsSessionProcessDelegate::Core::LaunchProcess(
|
| }
|
|
|
| // Create the server end of the IPC channel.
|
| - std::string channel_name = GenerateIpcChannelName(this);
|
| + std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID();
|
| ScopedHandle pipe;
|
| if (!CreateIpcChannel(channel_name, channel_security_, &pipe))
|
| return false;
|
|
|