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

Unified Diff: remoting/host/desktop_session_connector.h

Issue 2451953002: Use ChannelMojo between the remoting network and desktop processes. (Closed)
Patch Set: Created 4 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
Index: remoting/host/desktop_session_connector.h
diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
index 15bcd5b3980ebde670a34001c2506fdf59e821ac..1185e18dca268dd2f373c3d2d6c87ac2463b8cab 100644
--- a/remoting/host/desktop_session_connector.h
+++ b/remoting/host/desktop_session_connector.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "base/process/process.h"
-#include "ipc/ipc_platform_file.h"
+#include "ipc/ipc_channel_handle.h"
namespace remoting {
@@ -46,8 +46,7 @@ class DesktopSessionConnector {
// desktop process.
virtual void OnDesktopSessionAgentAttached(
int terminal_id,
- base::ProcessHandle desktop_process_handle,
- IPC::PlatformFileForTransit desktop_pipe) = 0;
+ const IPC::ChannelHandle& desktop_pipe) = 0;
// Notifies the network process that the daemon has disconnected the desktop
// session from the associated desktop environment.

Powered by Google App Engine
This is Rietveld 408576698