| Index: remoting/host/desktop_session_win.h
|
| diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
|
| index 51d229bfaee279c6c7fc3f551d1d5f0809611d30..d4c6d715050c0bf3ce6788a0887f2ea085338923 100644
|
| --- a/remoting/host/desktop_session_win.h
|
| +++ b/remoting/host/desktop_session_win.h
|
| @@ -27,7 +27,7 @@ namespace remoting {
|
| class AutoThreadTaskRunner;
|
| class DaemonProcess;
|
| class DesktopSession;
|
| -struct DesktopSessionParams;
|
| +class ScreenResolution;
|
| class WorkerProcessLauncher;
|
| class WtsTerminalMonitor;
|
|
|
| @@ -46,7 +46,7 @@ class DesktopSessionWin
|
| scoped_refptr<AutoThreadTaskRunner> io_task_runner,
|
| DaemonProcess* daemon_process,
|
| int id,
|
| - const DesktopSessionParams& params);
|
| + const ScreenResolution& resolution);
|
|
|
| // Creates a desktop session instance that attaches to a virtual console.
|
| static scoped_ptr<DesktopSession> CreateForVirtualTerminal(
|
| @@ -54,7 +54,7 @@ class DesktopSessionWin
|
| scoped_refptr<AutoThreadTaskRunner> io_task_runner,
|
| DaemonProcess* daemon_process,
|
| int id,
|
| - const DesktopSessionParams& params);
|
| + const ScreenResolution& resolution);
|
|
|
| protected:
|
| // Passes the owning |daemon_process|, a unique identifier of the desktop
|
|
|