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

Unified Diff: remoting/protocol/negotiating_host_authenticator.h

Issue 1781173005: Handle pairing_client_id in the negotiating authenticators. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@config
Patch Set: Created 4 years, 9 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_host_authenticator.h
diff --git a/remoting/protocol/negotiating_host_authenticator.h b/remoting/protocol/negotiating_host_authenticator.h
index 2ba78d581d1f80da1beed1eff2294e3efcfecff4..25a761ed1db69d7a70fccce2f7daf6802fb7220f 100644
--- a/remoting/protocol/negotiating_host_authenticator.h
+++ b/remoting/protocol/negotiating_host_authenticator.h
@@ -71,7 +71,6 @@ class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {
// (Asynchronously) creates an authenticator, and stores it in
// |current_authenticator_|. Authenticators that can be started in either
// state will be created in |preferred_initial_state|.
- // |resume_callback| is called after |current_authenticator_| is set.
void CreateAuthenticator(Authenticator::State preferred_initial_state,
const base::Closure& resume_callback);
@@ -90,6 +89,8 @@ class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase {
// Used only for pairing authenticators.
scoped_refptr<PairingRegistry> pairing_registry_;
+ std::string client_id_;
+
DISALLOW_COPY_AND_ASSIGN(NegotiatingHostAuthenticator);
};
« no previous file with comments | « remoting/protocol/negotiating_client_authenticator.cc ('k') | remoting/protocol/negotiating_host_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698