Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: remoting/host/win/wts_session_process_delegate.cc

Issue 11231060: [Chromoting] The desktop process now creates a pre-connected pipe and passes (with some help of the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/worker_process_launcher_unittest.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « remoting/host/win/worker_process_launcher_unittest.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698