summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/connection_to_host.h')
-rw-r--r--remoting/protocol/connection_to_host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
index c590da4..bba17fd 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -45,11 +45,7 @@ class ConnectionToHost : public SignalStrategy::StatusObserver,
public:
enum State {
CONNECTING,
- // TODO(sergeyu): Currently CONNECTED state is not used and state
- // is set to AUTHENTICATED after we are connected. Remove it and
- // renamed AUTHENTICATED to CONNECTED?
CONNECTED,
- AUTHENTICATED,
FAILED,
CLOSED,
};