| Index: remoting/protocol/negotiating_authenticator_base.h
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.h b/remoting/protocol/negotiating_authenticator_base.h
|
| index 9357d204e6d0fa6f6a0435068087b5a0f3669347..1f7e7c181baebdfb822f5152cb0661fab07fc87a 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.h
|
| +++ b/remoting/protocol/negotiating_authenticator_base.h
|
| @@ -66,6 +66,7 @@ class NegotiatingAuthenticatorBase : public Authenticator {
|
| State state() const override;
|
| bool started() const override;
|
| RejectionReason rejection_reason() const override;
|
| + const std::string& GetAuthKey() const override;
|
| scoped_ptr<ChannelAuthenticator> CreateChannelAuthenticator() const override;
|
|
|
| // Calls |current_authenticator_| to process |message|, passing the supplied
|
|
|