Index: remoting/protocol/fake_authenticator.cc |
diff --git a/remoting/protocol/fake_authenticator.cc b/remoting/protocol/fake_authenticator.cc |
index 67f5d351db99787732997151327ce0b282e08f58..5b6a54fa9e140b5af910b25580cc54ad25dcd1d6 100644 |
--- a/remoting/protocol/fake_authenticator.cc |
+++ b/remoting/protocol/fake_authenticator.cc |
@@ -116,6 +116,10 @@ Authenticator::State FakeAuthenticator::state() const { |
} |
} |
+bool FakeAuthenticator::started() const { |
+ return messages_ > 0; |
+} |
+ |
Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { |
EXPECT_EQ(REJECTED, state()); |
return INVALID_CREDENTIALS; |