Chromium Code Reviews| 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); |
|
Wez
2013/05/18 20:08:36
nit: This indentation looks broken.
Jamie
2013/05/21 01:24:34
Done.
|
| + const AuthenticationMethod& current_method() const { return current_method_; } |
| + |
| protected: |
| static const buzz::StaticQName kMethodAttributeQName; |
| static const buzz::StaticQName kSupportedMethodsAttributeQName; |