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

Unified Diff: remoting/client/chromoting_client.cc

Issue 12518027: Protocol / client plugin changes to support interactively asking for a PIN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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/client/chromoting_client.cc
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index c0edb1baafa8ee581b12345d756f0f4344f55148..9c158729d071059e6befc0a0f09288b8d03a2d42 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -54,8 +54,9 @@ void ChromotingClient::Start(
scoped_ptr<protocol::Authenticator> authenticator(
protocol::NegotiatingAuthenticator::CreateForClient(
- config_.authentication_tag,
- config_.shared_secret, config_.authentication_methods));
+ config_.authentication_tag, config_.shared_secret,
+ user_interface_->GetPinFetcherFactory(),
+ config_.authentication_methods));
// Create a WeakPtr to ourself for to use for all posted tasks.
weak_ptr_ = weak_factory_.GetWeakPtr();
« no previous file with comments | « no previous file | remoting/client/client_user_interface.h » ('j') | remoting/client/plugin/chromoting_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698