Index: remoting/client/chromoting_client.cc |
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc |
index f9febdcefe9d0d071b59a3831066c88b7bdd89cf..cf13d13e65c75cc1f654b13932b9ed5c5ca4d4a8 100644 |
--- a/remoting/client/chromoting_client.cc |
+++ b/remoting/client/chromoting_client.cc |
@@ -55,6 +55,7 @@ void ChromotingClient::Start( |
scoped_ptr<protocol::Authenticator> authenticator( |
new protocol::NegotiatingClientAuthenticator( |
config_.authentication_tag, config_.fetch_secret_callback, |
+ user_interface_->GetTokenFetcher(config_.host_public_key), |
config_.authentication_methods)); |
// Create a WeakPtr to ourself for to use for all posted tasks. |