| Index: remoting/host/desktop_session_connector.h
|
| diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
|
| index 1d8b716fd5e9ce73a2a605629eb181926186daf0..65887817083ca820b2418e66dea860d5c8f7694b 100644
|
| --- a/remoting/host/desktop_session_connector.h
|
| +++ b/remoting/host/desktop_session_connector.h
|
| @@ -12,7 +12,7 @@
|
| namespace remoting {
|
|
|
| class DesktopSessionProxy;
|
| -struct DesktopSessionParams;
|
| +class ScreenResolution;
|
|
|
| // Provides a way to connect a terminal (i.e. a remote client) with a desktop
|
| // session (i.e. the screen, keyboard and the rest).
|
| @@ -27,7 +27,7 @@ class DesktopSessionConnector {
|
| // can be deleted.
|
| virtual void ConnectTerminal(
|
| DesktopSessionProxy* desktop_session_proxy,
|
| - const DesktopSessionParams& params,
|
| + const ScreenResolution& resolution,
|
| bool virtual_terminal) = 0;
|
|
|
| // Requests the daemon process disconnect |desktop_session_proxy| from
|
|
|