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