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