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

Unified Diff: remoting/base/constants.h

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 | « chrome/common/net/notifier/communicator/single_login_attempt.cc ('k') | remoting/base/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/constants.h
diff --git a/remoting/base/constants.h b/remoting/base/constants.h
index 190559ebfa03f42e5272b2f27fc5a7096641c3a9..6c2bb17a225607e8b1138710b2d1fed200392d3a 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -11,6 +11,9 @@ namespace remoting {
extern const std::string kChromotingBotJid;
+// Service name used for authentication.
+extern const std::string kChromotingTokenServiceName;
+
} // namespace remoting
#endif // REMOTING_BASE_CONSTANTS_H
« no previous file with comments | « chrome/common/net/notifier/communicator/single_login_attempt.cc ('k') | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698