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

Unified Diff: remoting/base/constants.h

Issue 3087003: Added HostKeyPair class, signatures for heartbeat messages. (Closed)
Patch Set: - Created 10 years, 5 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 | « no previous file | 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 d124172eb1cf89be0b2299de599999ce144dbc93..c992f110c6b49807d4cdbc61caa76ec6699427d7 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -12,6 +12,9 @@ extern const char kChromotingBotJid[];
// Service name used for authentication.
extern const char kChromotingTokenServiceName[];
+// Namespace used for chromoting XMPP stanzas.
+extern const char kChromotingXmlNamespace[];
+
} // namespace remoting
#endif // REMOTING_BASE_CONSTANTS_H_
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698