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..f161111f599c7572ce04b1cf1ed2f374d839e118 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(callback, true); |
} |
void PairingClientAuthenticator::AddPairingElements(buzz::XmlElement* message) { |