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

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

Issue 6649006: Added support for other authentication mechanisms in jingle. This will allow ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Review comments addressed Created 9 years, 9 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 | « jingle/notifier/communicator/login_settings.cc ('k') | jingle/notifier/listener/mediator_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/single_login_attempt.cc
===================================================================
--- jingle/notifier/communicator/single_login_attempt.cc (revision 77421)
+++ jingle/notifier/communicator/single_login_attempt.cc (working copy)
@@ -113,7 +113,8 @@
buzz::PreXmppAuth* pre_xmpp_auth =
new GaiaTokenPreXmppAuth(
jid.Str(), client_settings.auth_cookie(),
- client_settings.token_service());
+ client_settings.token_service(),
+ login_settings_->auth_mechanism());
xmpp_connection_.reset(
new XmppConnection(client_settings, login_settings_->cert_verifier(),
this, pre_xmpp_auth));
« no previous file with comments | « jingle/notifier/communicator/login_settings.cc ('k') | jingle/notifier/listener/mediator_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698