diff options
Diffstat (limited to 'remoting/host/daemon_process.h')
-rw-r--r-- | remoting/host/daemon_process.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/remoting/host/daemon_process.h b/remoting/host/daemon_process.h index 3276315..99ddb2a 100644 --- a/remoting/host/daemon_process.h +++ b/remoting/host/daemon_process.h @@ -97,15 +97,19 @@ class DaemonProcess const ScreenResolution& resolution, bool virtual_terminal); + // Changes the screen resolution of the desktop session identified by + // |terminal_id|. + void SetScreenResolution(int terminal_id, const ScreenResolution& resolution); + // Requests the network process to crash. void CrashNetworkProcess(const tracked_objects::Location& location); // Reads the host configuration and launches the network process. void Initialize(); - // Returns true if |terminal_id| is considered to be known. I.e. it is + // Returns true if |terminal_id| is in the range of allocated IDs. I.e. it is // less or equal to the highest ID we have seen so far. - bool IsTerminalIdKnown(int terminal_id); + bool WasTerminalIdAllocated(int terminal_id); // Handlers for the host status notifications received from the network // process. |