Index: remoting/host/desktop_environment.h |
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h |
index 9537461a15b51e22370a34755d3ef3e55f560617..bd8118621dff85716781f0ad917e8cc372ae9cbe 100644 |
--- a/remoting/host/desktop_environment.h |
+++ b/remoting/host/desktop_environment.h |
@@ -105,7 +105,7 @@ class DesktopEnvironment { |
bool is_monitoring_local_inputs_; |
// Timer controlling the "continue session" dialog. |
- bool continue_timer_started_; |
+ enum {INACTIVE, SHOW_DIALOG, HIDE_DIALOG} continue_timer_state_; |
Sergey Ulanov
2011/08/24 01:56:45
This is not very readable. Please define type Cont
Jamie
2011/08/24 17:42:03
Done. I've also renamed HIDE_DIALOG to SHUTDOWN_HO
|
base::Time continue_timer_target_time_; |
scoped_refptr<UIThreadProxy> proxy_; |