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

Unified Diff: jingle/notifier/base/gaia_token_pre_xmpp_auth.cc

Issue 10829424: Create stub jingle library for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 8 years, 4 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/base/gaia_token_pre_xmpp_auth.h ('k') | jingle/notifier/base/notifier_options.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
index 36e168847710a0be9d0d4703555e7a84684df5c0..311371a1fa32ca6b3fb29f2728250c2d028eaad9 100644
--- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
+++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
@@ -48,9 +48,6 @@ class GaiaCookieMechanism : public buzz::SaslCookieMechanism {
} // namespace
-// By default use a Google cookie auth mechanism.
-const char GaiaTokenPreXmppAuth::kDefaultAuthMechanism[] = "X-GOOGLE-TOKEN";
-
GaiaTokenPreXmppAuth::GaiaTokenPreXmppAuth(
const std::string& username,
const std::string& token,
« no previous file with comments | « jingle/notifier/base/gaia_token_pre_xmpp_auth.h ('k') | jingle/notifier/base/notifier_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698