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