Index: remoting/protocol/me2me_host_authenticator_factory.cc |
diff --git a/remoting/protocol/me2me_host_authenticator_factory.cc b/remoting/protocol/me2me_host_authenticator_factory.cc |
index 24c0ca4b8e58c4090047651d0937703e535a07b3..f0121ad4a628ce64cc5902adba466cbdaae0c00e 100644 |
--- a/remoting/protocol/me2me_host_authenticator_factory.cc |
+++ b/remoting/protocol/me2me_host_authenticator_factory.cc |
@@ -30,6 +30,10 @@ class RejectingAuthenticator : public Authenticator { |
return state_; |
} |
+ virtual bool has_auth_started() const OVERRIDE { |
+ return false; |
+ } |
+ |
virtual RejectionReason rejection_reason() const OVERRIDE { |
DCHECK_EQ(state_, REJECTED); |
return INVALID_CREDENTIALS; |