| Index: remoting/protocol/session_manager.h
|
| diff --git a/remoting/protocol/session_manager.h b/remoting/protocol/session_manager.h
|
| index 2cc575914650f4dcc1c1f6daf4eeb79c02a0b1c8..aeeb3d4536681f1fbefa1a6a6c615032d8142ee2 100644
|
| --- a/remoting/protocol/session_manager.h
|
| +++ b/remoting/protocol/session_manager.h
|
| @@ -118,7 +118,7 @@ class SessionManager : public base::NonThreadSafe {
|
|
|
| // Reject the session because the host is currently disabled due
|
| // to previous login attempts.
|
| - DISABLED,
|
| + UNAVAILABLE,
|
|
|
| // Reject the session because the client is not allowed to connect
|
| // to the host.
|
|
|