| Index: remoting/protocol/pairing_authenticator_base.h
|
| diff --git a/remoting/protocol/pairing_authenticator_base.h b/remoting/protocol/pairing_authenticator_base.h
|
| index 0d5ac6fffabebed7c353d79d7f4245675fd198fe..2928656dd93b16ac900039618135eb217d7ad677 100644
|
| --- a/remoting/protocol/pairing_authenticator_base.h
|
| +++ b/remoting/protocol/pairing_authenticator_base.h
|
| @@ -48,6 +48,7 @@ class PairingAuthenticatorBase : 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:
|
|
|