Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: remoting/protocol/negotiating_authenticator_base.h

Issue 14793021: PairingAuthenticator implementation and plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rmsousa's comments. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698