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

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: Reviewer comments. 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
« no previous file with comments | « remoting/protocol/negotiating_client_authenticator.cc ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « remoting/protocol/negotiating_client_authenticator.cc ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698