| Index: remoting/protocol/fake_authenticator.h
|
| diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
|
| index a5a2de833441e87897c44a1de06fc7c510d74635..824f2a43625943e591d3b09d7580e04635ce309e 100644
|
| --- a/remoting/protocol/fake_authenticator.h
|
| +++ b/remoting/protocol/fake_authenticator.h
|
| @@ -63,6 +63,7 @@ class FakeAuthenticator : public Authenticator {
|
|
|
| // Authenticator interface.
|
| virtual State state() const OVERRIDE;
|
| + virtual bool started() const OVERRIDE;
|
| virtual RejectionReason rejection_reason() const OVERRIDE;
|
| virtual void ProcessMessage(const buzz::XmlElement* message,
|
| const base::Closure& resume_callback) OVERRIDE;
|
|
|