summaryrefslogtreecommitdiffstats
path: root/remoting/base/constants.h
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 20:11:22 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 20:11:22 +0000
commitfc9bc05353e26d7d169402aeb4d4f248403cb420 (patch)
tree3170b0aa9c0601703e4ac09e5ae71b9be98a4868 /remoting/base/constants.h
parent3fa29ca5ebc800d5eb187ace26dedd996485a39a (diff)
downloadchromium_src-fc9bc05353e26d7d169402aeb4d4f248403cb420.zip
chromium_src-fc9bc05353e26d7d169402aeb4d4f248403cb420.tar.gz
chromium_src-fc9bc05353e26d7d169402aeb4d4f248403cb420.tar.bz2
Wire in OAuth2 support into non-sandboxed connections in libjingle.
BUG=none TEST=can connect w/o ClientLogin token. Review URL: http://codereview.chromium.org/7008003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base/constants.h')
-rw-r--r--remoting/base/constants.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/base/constants.h b/remoting/base/constants.h
index c992f11..d464fa4 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// 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.
@@ -10,7 +10,9 @@ namespace remoting {
extern const char kChromotingBotJid[];
// Service name used for authentication.
-extern const char kChromotingTokenServiceName[];
+// TODO(ajwong): Remove this once we've killed off XmppToken usage.
+// BUG:83897
+extern const char kChromotingTokenDefaultServiceName[];
// Namespace used for chromoting XMPP stanzas.
extern const char kChromotingXmlNamespace[];