| Index: remoting/host/desktop_session_connector.h
|
| diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
|
| index f0a2d758bab1ccdd344ebc5392e37d8db1ac2e2b..84fc42d46f3c078cd4cf191c38303244c47c1e85 100644
|
| --- a/remoting/host/desktop_session_connector.h
|
| +++ b/remoting/host/desktop_session_connector.h
|
| @@ -41,12 +41,12 @@ class DesktopSessionConnector {
|
| const ScreenResolution& resolution) = 0;
|
|
|
| // Notifies the network process that |terminal_id| is now attached to
|
| - // a desktop integration process. |desktop_process| specifies the process
|
| - // handle. |desktop_pipe| is the client end of the pipe opened by the desktop
|
| - // process.
|
| + // a desktop integration process. |desktop_process_handle| specifies the
|
| + // process handle. |desktop_pipe| is the client end of the pipe opened by the
|
| + // desktop process.
|
| virtual void OnDesktopSessionAgentAttached(
|
| int terminal_id,
|
| - base::ProcessHandle desktop_process,
|
| + base::ProcessHandle desktop_process_handle,
|
| IPC::PlatformFileForTransit desktop_pipe) = 0;
|
|
|
| // Notifies the network process that the daemon has disconnected the desktop
|
|
|