| Index: remoting/host/desktop_session_proxy.h
|
| diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
|
| index 9e678a599311666212fcd8249d210e4d31fd777f..3eaf2b636e15d2e49be1f29c8a8f1799dfa72855 100644
|
| --- a/remoting/host/desktop_session_proxy.h
|
| +++ b/remoting/host/desktop_session_proxy.h
|
| @@ -93,7 +93,7 @@ class DesktopSessionProxy
|
| void OnChannelError() override;
|
|
|
| // Connects to the desktop session agent.
|
| - bool AttachToDesktop(const IPC::ChannelHandle& desktop_pipe);
|
| + bool AttachToDesktop(const IPC::ChannelHandle& desktop_pipe, int session_id);
|
|
|
| // Closes the connection to the desktop session agent and cleans up
|
| // the associated resources.
|
|
|