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/base/notifier_options.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.cc ('k') | remoting/jingle_glue/xmpp_signal_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/notifier_options.cc
diff --git a/jingle/notifier/base/notifier_options.cc b/jingle/notifier/base/notifier_options.cc
index dbb1d4c17b30ecc87f775824fcdf2ada5409ee67..3cf02ed88c9f2ceb6541f0503436928589866364 100644
--- a/jingle/notifier/base/notifier_options.cc
+++ b/jingle/notifier/base/notifier_options.cc
@@ -4,7 +4,7 @@
#include "jingle/notifier/base/notifier_options.h"
-#include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
+#include "jingle/notifier/base/gaia_constants.h"
namespace notifier {
@@ -13,7 +13,7 @@ NotifierOptions::NotifierOptions()
allow_insecure_connection(false),
invalidate_xmpp_login(false),
notification_method(kDefaultNotificationMethod),
- auth_mechanism(GaiaTokenPreXmppAuth::kDefaultAuthMechanism) {}
+ auth_mechanism(kDefaultGaiaAuthMechanism) {}
NotifierOptions::~NotifierOptions() { }
« no previous file with comments | « jingle/notifier/base/gaia_token_pre_xmpp_auth.cc ('k') | remoting/jingle_glue/xmpp_signal_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698