Chromium Code Reviews| Index: remoting/protocol/authenticator.h |
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h |
| index 93ecfd72a3129a01da4ff243f50ac9963b274cc9..e70dbc4e1255b46f627eef239e34ffc0b3de57f5 100644 |
| --- a/remoting/protocol/authenticator.h |
| +++ b/remoting/protocol/authenticator.h |
| @@ -68,6 +68,7 @@ class Authenticator { |
| INVALID_ACCOUNT, |
| PROTOCOL_ERROR, |
| REJECTED_BY_USER, |
| + TOO_MANY_CONNECTIONS, |
| }; |
| // Callback used for layered Authenticator implementations, particularly |