| Index: remoting/protocol/pairing_authenticator_base.cc
|
| diff --git a/remoting/protocol/pairing_authenticator_base.cc b/remoting/protocol/pairing_authenticator_base.cc
|
| index 54fde0cbd0d4e28a94ba568ca0670292e6abc570..4375e6557a7e42734a9360e7559b07b9a2120912 100644
|
| --- a/remoting/protocol/pairing_authenticator_base.cc
|
| +++ b/remoting/protocol/pairing_authenticator_base.cc
|
| @@ -94,6 +94,10 @@ scoped_ptr<buzz::XmlElement> PairingAuthenticatorBase::GetNextMessage() {
|
| return result.Pass();
|
| }
|
|
|
| +const std::string& PairingAuthenticatorBase::GetAuthKey() const {
|
| + return v2_authenticator_->GetAuthKey();
|
| +}
|
| +
|
| scoped_ptr<ChannelAuthenticator>
|
| PairingAuthenticatorBase::CreateChannelAuthenticator() const {
|
| return v2_authenticator_->CreateChannelAuthenticator();
|
|
|