summaryrefslogtreecommitdiffstats
path: root/remoting/base/constants.cc
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-03-02 09:21:30 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-02 17:21:55 +0000
commitd61f007c70ed45fa94b3e67fa0e991d511fd79a0 (patch)
treefc4dee824b6ff5417c4dd44f969db8d0a5e58850 /remoting/base/constants.cc
parent4002d936732a6328d78bacd979bfbb908e282ed7 (diff)
downloadchromium_src-d61f007c70ed45fa94b3e67fa0e991d511fd79a0.zip
chromium_src-d61f007c70ed45fa94b3e67fa0e991d511fd79a0.tar.gz
chromium_src-d61f007c70ed45fa94b3e67fa0e991d511fd79a0.tar.bz2
Remove ClientLogin support from remoting host
All hosts should be using OAuth2 now, so ClientLogin support can be removed. BUG=446646,83897 Review URL: https://codereview.chromium.org/959033004 Cr-Commit-Position: refs/heads/master@{#318716}
Diffstat (limited to 'remoting/base/constants.cc')
-rw-r--r--remoting/base/constants.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 0099570..172c73e 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -6,8 +6,6 @@
namespace remoting {
-const char kChromotingTokenDefaultServiceName[] = "chromiumsync";
-
const char kChromotingXmlNamespace[] = "google:remoting";
const char kAudioChannelName[] = "audio";