| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index 6a865664df5f4ee3e5986ea26d385cac1462d010..7dcfc4e1c6725dd390da0da8bd684f0db62ae5cf 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -48,6 +48,9 @@ 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,
|
|
|