Chromium Code Reviews| Index: remoting/protocol/authenticator.h |
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h |
| index 8678dddc2c95e99ad2a1c24501024dfd2042d05c..7a7436db1576e7b14abaf3fe70d1b0dc8fc4d7a1 100644 |
| --- a/remoting/protocol/authenticator.h |
| +++ b/remoting/protocol/authenticator.h |
| @@ -65,6 +65,7 @@ class Authenticator { |
| enum RejectionReason { |
| INVALID_CREDENTIALS, |
| + INVALID_ACCOUNT, |
| PROTOCOL_ERROR, |
| }; |