| Index: remoting/protocol/third_party_authenticator_base.h
|
| diff --git a/remoting/protocol/third_party_authenticator_base.h b/remoting/protocol/third_party_authenticator_base.h
|
| index 0db203d615ff63ffb76e160e71b73d7b8c59da31..497f914436b30cda1dea3c5b48f7aa8614cb6c47 100644
|
| --- a/remoting/protocol/third_party_authenticator_base.h
|
| +++ b/remoting/protocol/third_party_authenticator_base.h
|
| @@ -36,6 +36,7 @@ class ThirdPartyAuthenticatorBase : public Authenticator {
|
|
|
| // Authenticator interface.
|
| virtual State state() const OVERRIDE;
|
| + virtual bool has_auth_started() const OVERRIDE;
|
| virtual RejectionReason rejection_reason() const OVERRIDE;
|
| virtual void ProcessMessage(const buzz::XmlElement* message,
|
| const base::Closure& resume_callback) OVERRIDE;
|
|
|