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

Unified Diff: remoting/protocol/pairing_client_authenticator.cc

Issue 15685008: Show a 'remember me' checkbox in the web-app when connecting to a host that supports pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved PIN dialog layout. Created 7 years, 7 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/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) {

Powered by Google App Engine
This is Rietveld 408576698