| Index: remoting/protocol/third_party_authenticator_base.cc
|
| diff --git a/remoting/protocol/third_party_authenticator_base.cc b/remoting/protocol/third_party_authenticator_base.cc
|
| index ccb03a4887c6a49c043c4867bb4664850e5751ba..15de95c6e9d82037c07bafbe5e3b849e5aa5dd82 100644
|
| --- a/remoting/protocol/third_party_authenticator_base.cc
|
| +++ b/remoting/protocol/third_party_authenticator_base.cc
|
| @@ -86,6 +86,12 @@ scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() {
|
| return message.Pass();
|
| }
|
|
|
| +const std::string& ThirdPartyAuthenticatorBase::GetAuthKey() const {
|
| + DCHECK_EQ(state(), ACCEPTED);
|
| +
|
| + return underlying_->GetAuthKey();
|
| +}
|
| +
|
| scoped_ptr<ChannelAuthenticator>
|
| ThirdPartyAuthenticatorBase::CreateChannelAuthenticator() const {
|
| DCHECK_EQ(state(), ACCEPTED);
|
|
|