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

Unified Diff: jingle/notifier/communicator/single_login_attempt.cc

Issue 5958001: The MediatorThread worker thread needs to have a CertVerifier... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix typos in xmpp_connection_unittest.cc Created 10 years 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: jingle/notifier/communicator/single_login_attempt.cc
===================================================================
--- jingle/notifier/communicator/single_login_attempt.cc (revision 69414)
+++ jingle/notifier/communicator/single_login_attempt.cc (working copy)
@@ -115,7 +115,8 @@
jid.Str(), client_settings.auth_cookie(),
client_settings.token_service());
xmpp_connection_.reset(
- new XmppConnection(client_settings, this, pre_xmpp_auth));
+ new XmppConnection(client_settings, login_settings_->cert_verifier(),
+ this, pre_xmpp_auth));
}
void SingleLoginAttempt::OnExhaustedSettings(

Powered by Google App Engine
This is Rietveld 408576698