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

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: Refactored common host- and client-side code into common base. 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..9dfd0670fc9d83af57b3818cd591dbc2a105d189 100644
--- a/remoting/protocol/negotiating_authenticator_base.h
+++ b/remoting/protocol/negotiating_authenticator_base.h
@@ -71,7 +71,9 @@ class NegotiatingAuthenticatorBase : public Authenticator {
// Calls |current_authenticator_| to process |message|, passing the supplied
// |resume_callback|.
void ProcessMessageInternal(const buzz::XmlElement* message,
- const base::Closure& resume_callback);
+ const base::Closure& resume_callback);
+
+ const AuthenticationMethod& current_method() const { return current_method_; }
rmsousa 2013/05/21 23:17:07 Nit: Since this is only used for testing, please n
Jamie 2013/05/22 00:19:14 Done.
protected:
static const buzz::StaticQName kMethodAttributeQName;

Powered by Google App Engine
This is Rietveld 408576698