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

Unified Diff: remoting/base/constants.cc

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
Index: remoting/base/constants.cc
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 0449dc5b9c58f748139d9e0d0b902bff51e54b1a..2a9c0a43d1639496497f00a98adf54323ffc73e8 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -11,4 +11,6 @@ const char kChromotingBotJid[] = "remoting@bot.talk.google.com";
// TODO(sergeyu): Use chromoting's own service name here instead of sync.
const char kChromotingTokenServiceName[] = "chromiumsync";
+const char kChromotingXmlNamespace[] = "google:remoting";
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698