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

Unified Diff: jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h

Issue 6649006: Added support for other authentication mechanisms in jingle. This will allow ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Lint error fixed 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
Index: jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h
===================================================================
--- jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h (revision 77157)
+++ jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h (working copy)
@@ -18,7 +18,8 @@
class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth {
public:
GaiaTokenPreXmppAuth(const std::string& username, const std::string& token,
- const std::string& token_service);
+ const std::string& token_service,
+ const std::string& auth_mechanism);
virtual ~GaiaTokenPreXmppAuth();
@@ -54,6 +55,7 @@
std::string username_;
std::string token_;
std::string token_service_;
+ std::string auth_mechanism_;
};
} // namespace notifier

Powered by Google App Engine
This is Rietveld 408576698