| Index: remoting/protocol/negotiating_authenticator_base.h
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.h b/remoting/protocol/negotiating_authenticator_base.h
|
| index 97209c580a00b7d2971d5e11d50f5cda3e9d5dad..1a184e26cfed4f390211d4bbeb54b29101c36b8f 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.h
|
| +++ b/remoting/protocol/negotiating_authenticator_base.h
|
| @@ -73,6 +73,8 @@ class NegotiatingAuthenticatorBase : public Authenticator {
|
| void ProcessMessageInternal(const buzz::XmlElement* message,
|
| const base::Closure& resume_callback);
|
|
|
| + const AuthenticationMethod& current_method() const { return current_method_; }
|
| +
|
| protected:
|
| static const buzz::StaticQName kMethodAttributeQName;
|
| static const buzz::StaticQName kSupportedMethodsAttributeQName;
|
|
|