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

Unified Diff: remoting/base/constants.h

Issue 3087003: Added HostKeyPair class, signatures for heartbeat messages. (Closed)
Patch Set: Addressed review comments in the test 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') | remoting/host/heartbeat_sender.h » ('J')
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..3ebf2fa7655b06b2656b41e5701e176a0f622c13 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -12,6 +12,8 @@ extern const char kChromotingBotJid[];
// Service name used for authentication.
extern const char kChromotingTokenServiceName[];
+extern const char kChromotingXmlNamespace[];
awong 2010/08/02 19:53:49 Add comment explaining what this Xml namespace is
Sergey Ulanov 2010/08/03 02:10:39 Done.
+
} // namespace remoting
#endif // REMOTING_BASE_CONSTANTS_H_
« no previous file with comments | « no previous file | remoting/base/constants.cc » ('j') | remoting/host/heartbeat_sender.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698