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

Unified Diff: jingle/notifier/base/notifier_options.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/base/notifier_options.h ('k') | jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/notifier_options.cc
===================================================================
--- jingle/notifier/base/notifier_options.cc (revision 0)
+++ jingle/notifier/base/notifier_options.cc (revision 0)
@@ -0,0 +1,19 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "jingle/notifier/base/notifier_options.h"
+
+// TODO(akalin): Fix the cross-directory dependency.
+#include "jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h"
+
+namespace notifier {
+
+NotifierOptions::NotifierOptions()
+ : try_ssltcp_first(false),
+ allow_insecure_connection(false),
+ invalidate_xmpp_login(false),
+ notification_method(kDefaultNotificationMethod),
+ auth_mechanism(GaiaTokenPreXmppAuth::kDefaultAuthMechanism) {}
+
+} // namespace notifier
Property changes on: jingle\notifier\base\notifier_options.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « jingle/notifier/base/notifier_options.h ('k') | jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698