| 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 50b12e957d2463e974d500951c138fba15a90d90..4f952cbac8c3623054b5e5a1f1ca3c04ef2ded8d 100644
|
| --- a/remoting/protocol/third_party_authenticator_base.h
|
| +++ b/remoting/protocol/third_party_authenticator_base.h
|
| @@ -41,6 +41,7 @@ class ThirdPartyAuthenticatorBase : public Authenticator {
|
| void ProcessMessage(const buzz::XmlElement* message,
|
| const base::Closure& resume_callback) override;
|
| scoped_ptr<buzz::XmlElement> GetNextMessage() override;
|
| + const std::string& GetAuthKey() const override;
|
| scoped_ptr<ChannelAuthenticator> CreateChannelAuthenticator() const override;
|
|
|
| protected:
|
|
|