Index: remoting/protocol/pairing_client_authenticator.cc |
diff --git a/remoting/protocol/pairing_client_authenticator.cc b/remoting/protocol/pairing_client_authenticator.cc |
index a80f328522987c34f48943eefd3a9505d0715bd0..67466bc1a356fbfa5c302c9a060173e414ece4e8 100644 |
--- a/remoting/protocol/pairing_client_authenticator.cc |
+++ b/remoting/protocol/pairing_client_authenticator.cc |
@@ -41,7 +41,7 @@ void PairingClientAuthenticator::CreateV2AuthenticatorWithPIN( |
SecretFetchedCallback callback = base::Bind( |
&PairingClientAuthenticator::OnPinFetched, |
weak_factory_.GetWeakPtr(), initial_state, set_authenticator_callback); |
- fetch_pin_callback_.Run(callback); |
+ fetch_pin_callback_.Run(true, callback); |
} |
void PairingClientAuthenticator::AddPairingElements(buzz::XmlElement* message) { |