| Index: remoting/host/ipc_desktop_environment.h
|
| diff --git a/remoting/host/ipc_desktop_environment.h b/remoting/host/ipc_desktop_environment.h
|
| index 7f3186fb2a853cdb6b3142cf436cc5038981ed80..5beb2d7be34fd68ae825477a3fec220c64548493 100644
|
| --- a/remoting/host/ipc_desktop_environment.h
|
| +++ b/remoting/host/ipc_desktop_environment.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "ipc/ipc_channel_handle.h"
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/desktop_session_connector.h"
|
|
|
| @@ -94,8 +95,7 @@ class IpcDesktopEnvironmentFactory
|
| const ScreenResolution& resolution) override;
|
| void OnDesktopSessionAgentAttached(
|
| int terminal_id,
|
| - base::ProcessHandle desktop_process_handle,
|
| - IPC::PlatformFileForTransit desktop_pipe) override;
|
| + const IPC::ChannelHandle& desktop_pipe) override;
|
| void OnTerminalDisconnected(int terminal_id) override;
|
|
|
| private:
|
|
|