diff options
Diffstat (limited to 'remoting/host/desktop_environment.h')
-rw-r--r-- | remoting/host/desktop_environment.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h index 31335f5..28da047e 100644 --- a/remoting/host/desktop_environment.h +++ b/remoting/host/desktop_environment.h @@ -62,7 +62,6 @@ class DesktopEnvironment { void ProcessOnConnect(const std::string& username); void ProcessOnLastDisconnect(); - void ProcessOnPause(bool pause); void MonitorLocalInputs(bool enable); @@ -73,6 +72,12 @@ class DesktopEnvironment { // Show or hide the Continue Sharing window on the UI thread. void ShowContinueWindow(bool show); + // Called by the ContinueWindow implementation (on the UI thread) when the + // user dismisses the Continue prompt. + // TODO(lambroslambrou): Move this method to the (to be written) + // It2MeObserver class. + void ContinueSession(bool continue_session); + void StartContinueWindowTimer(bool start); void OnContinueWindowTimer(); |