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

Unified Diff: remoting/test/test_chromoting_client.cc

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/test/test_chromoting_client.cc
diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
index b48d611fdc7c1013c6937a6bcc0013ef2f1674af..cd7674c06ff14393152d4fc97ca3da152c053a76 100644
--- a/remoting/test/test_chromoting_client.cc
+++ b/remoting/test/test_chromoting_client.cc
@@ -150,7 +150,7 @@ void TestChromotingClient::StartConnection(
new protocol::NegotiatingClientAuthenticator(
connection_setup_info.pairing_id, connection_setup_info.shared_secret,
connection_setup_info.host_id, fetch_secret_callback,
- std::move(token_fetcher), connection_setup_info.auth_methods));
+ std::move(token_fetcher)));
chromoting_client_->Start(
signal_strategy_.get(), std::move(authenticator), transport_context,

Powered by Google App Engine
This is Rietveld 408576698