summaryrefslogtreecommitdiffstats
path: root/remoting/base/constants.cc
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.cc
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.cc')
-rw-r--r--remoting/base/constants.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 2a9c0a4..219fe14 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -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.
@@ -8,8 +8,7 @@ namespace remoting {
const char kChromotingBotJid[] = "remoting@bot.talk.google.com";
-// TODO(sergeyu): Use chromoting's own service name here instead of sync.
-const char kChromotingTokenServiceName[] = "chromiumsync";
+const char kChromotingTokenDefaultServiceName[] = "chromiumsync";
const char kChromotingXmlNamespace[] = "google:remoting";