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

Unified Diff: remoting/host/desktop_session_win.h

Issue 2451953002: Use ChannelMojo between the remoting network and desktop processes. (Closed)
Patch Set: Created 4 years, 1 month 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/desktop_session_proxy.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_win.h
diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
index 1ff42c7f0fb6379b6e81460f9b97dd6e2e9c2492..1c58fa35e20c37c5e90d7fb53a791c0212402d14 100644
--- a/remoting/host/desktop_session_win.h
+++ b/remoting/host/desktop_session_win.h
@@ -14,7 +14,7 @@
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/win/scoped_handle.h"
-#include "ipc/ipc_platform_file.h"
+#include "ipc/ipc_channel_handle.h"
#include "remoting/host/desktop_session.h"
#include "remoting/host/win/wts_terminal_observer.h"
#include "remoting/host/worker_process_ipc_delegate.h"
@@ -99,7 +99,7 @@ class DesktopSessionWin
private:
// ChromotingDesktopDaemonMsg_DesktopAttached handler.
- void OnDesktopSessionAgentAttached(IPC::PlatformFileForTransit desktop_pipe);
+ void OnDesktopSessionAgentAttached(const IPC::ChannelHandle& desktop_pipe);
// Requests the desktop process to crash.
void CrashDesktopProcess(const tracked_objects::Location& location);
« no previous file with comments | « remoting/host/desktop_session_proxy.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698