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..650ad5b307cbe453e9d768058d26fc0ac32d7c36 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 false; |
Sergey Ulanov
2014/04/02 19:49:26
true
kelvinp
2014/04/07 18:48:01
Done.
|
+ } |
+ |
virtual RejectionReason rejection_reason() const OVERRIDE { |
DCHECK_EQ(state_, REJECTED); |
return INVALID_CREDENTIALS; |