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

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

Issue 10382003: Changes needed to roll libjingle r141 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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: jingle/notifier/communicator/single_login_attempt.cc
===================================================================
--- jingle/notifier/communicator/single_login_attempt.cc (revision 136430)
+++ jingle/notifier/communicator/single_login_attempt.cc (working copy)
@@ -111,7 +111,7 @@
buzz::STR_EMPTY);
buzz::PreXmppAuth* pre_xmpp_auth =
new GaiaTokenPreXmppAuth(
- jid.Str(), client_settings.auth_cookie(),
+ jid.Str(), client_settings.auth_token(),
client_settings.token_service(),
login_settings_->auth_mechanism());
xmpp_connection_.reset(

Powered by Google App Engine
This is Rietveld 408576698