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

Unified Diff: remoting/base/constants.cc

Issue 2749004: Token-based authentication for chromoting. (Closed)
Patch Set: - Created 10 years, 6 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 | « remoting/base/constants.h ('k') | remoting/chromoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/constants.cc
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 7d421102abac5684f45cb1faab63f8caa8d1d6b9..6618eb7b0429a10d1adb2663e74288c125c68112 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -8,4 +8,7 @@ namespace remoting {
const std::string kChromotingBotJid("chromoting@bot.talk.google.com");
+// TODO(sergeyu): Use chromoting's own service name here instead of sync.
+const std::string kChromotingTokenServiceName("chromiumsync");
+
} // namespace remoting
« no previous file with comments | « remoting/base/constants.h ('k') | remoting/chromoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698