diff options
Diffstat (limited to 'remoting/protocol/session.h')
-rw-r--r-- | remoting/protocol/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h index 346fb28..de85666 100644 --- a/remoting/protocol/session.h +++ b/remoting/protocol/session.h @@ -38,7 +38,7 @@ class Session : public base::NonThreadSafe { // session-accept. CONNECTING, - // Session has been accepted, but channels are connected yet. + // Session has been accepted. CONNECTED, // Session has been closed. @@ -54,6 +54,7 @@ class Session : public base::NonThreadSafe { PEER_IS_OFFLINE, SESSION_REJECTED, INCOMPATIBLE_PROTOCOL, + AUTHENTICATION_FAILED, CHANNEL_CONNECTION_ERROR, }; |