Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / jingle / notifier / base / notifier_options.cc
blob3cf02ed88c9f2ceb6541f0503436928589866364
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "jingle/notifier/base/notifier_options.h"
7 #include "jingle/notifier/base/gaia_constants.h"
9 namespace notifier {
11 NotifierOptions::NotifierOptions()
12 : try_ssltcp_first(false),
13 allow_insecure_connection(false),
14 invalidate_xmpp_login(false),
15 notification_method(kDefaultNotificationMethod),
16 auth_mechanism(kDefaultGaiaAuthMechanism) {}
18 NotifierOptions::~NotifierOptions() { }
20 } // namespace notifier