Index: remoting/protocol/fake_authenticator.cc |
diff --git a/remoting/protocol/fake_authenticator.cc b/remoting/protocol/fake_authenticator.cc |
index 67f5d351db99787732997151327ce0b282e08f58..a062c82042419aab3779eaab05e91bd7af74605c 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 false; |
Sergey Ulanov
2014/03/26 01:49:16
messages_ > 0?
kelvinp
2014/03/27 03:23:21
Done.
|
+} |
+ |
Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { |
EXPECT_EQ(REJECTED, state()); |
return INVALID_CREDENTIALS; |