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

Unified Diff: remoting/protocol/pairing_client_authenticator.h

Issue 1768383004: Cleanup AuthenticatorMethod usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/pairing_client_authenticator.h
diff --git a/remoting/protocol/pairing_client_authenticator.h b/remoting/protocol/pairing_client_authenticator.h
index 0e1a7093047ac250705d83ffd7575531fb22f91c..ad93877a7657e5f9932f7c76fb19e0483fe82a13 100644
--- a/remoting/protocol/pairing_client_authenticator.h
+++ b/remoting/protocol/pairing_client_authenticator.h
@@ -19,7 +19,7 @@ class PairingClientAuthenticator : public PairingAuthenticatorBase {
const std::string& paired_secret,
const CreateBaseAuthenticatorCallback& create_base_authenticator_callback,
const FetchSecretCallback& fetch_pin_callback,
- const std::string& authentication_tag);
+ const std::string& host_id);
~PairingClientAuthenticator() override;
// Authenticator interface.
@@ -42,7 +42,7 @@ class PairingClientAuthenticator : public PairingAuthenticatorBase {
std::string paired_secret_;
CreateBaseAuthenticatorCallback create_base_authenticator_callback_;
FetchSecretCallback fetch_pin_callback_;
- std::string authentication_tag_;
+ std::string host_id_;
// Set to true if a PIN-based authenticator has been requested but has not
// yet been set.
« no previous file with comments | « remoting/protocol/negotiating_host_authenticator.cc ('k') | remoting/protocol/pairing_client_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698