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..7e407c828e89084a7f345ad26b4b4896ed3ff227 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 started() const OVERRIDE { |
+ return true; |
+ } |
+ |
virtual RejectionReason rejection_reason() const OVERRIDE { |
DCHECK_EQ(state_, REJECTED); |
return INVALID_CREDENTIALS; |