| Index: remoting/host/daemon_process.h
|
| diff --git a/remoting/host/daemon_process.h b/remoting/host/daemon_process.h
|
| index 1b36cb27fe4cbe8e305cca10ac5fb29ac65010de..391682a3534e1ff9a8332aad4acaa03f18185969 100644
|
| --- a/remoting/host/daemon_process.h
|
| +++ b/remoting/host/daemon_process.h
|
| @@ -76,10 +76,12 @@ class DaemonProcess
|
| virtual void SendToNetwork(IPC::Message* message) = 0;
|
|
|
| // Called when a desktop integration process attaches to |terminal_id|.
|
| + // |session_id| is the id of the desktop session being attached.
|
| // |desktop_pipe| specifies the client end of the desktop pipe. Returns true
|
| // on success, false otherwise.
|
| virtual bool OnDesktopSessionAgentAttached(
|
| int terminal_id,
|
| + int session_id,
|
| const IPC::ChannelHandle& desktop_pipe) = 0;
|
|
|
| // Closes the desktop session identified by |terminal_id|.
|
|
|