Index: remoting/host/host_config.h |
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h |
index 19332b3064e0b346d07fdf1ae7cae1d7a1921ea1..41d8e4b4d04dbb2976cfdbb8b1291b397174816c 100644 |
--- a/remoting/host/host_config.h |
+++ b/remoting/host/host_config.h |
@@ -19,8 +19,10 @@ namespace remoting { |
// Status of the host, whether it is enabled or disabled. |
extern const char kHostEnabledConfigPath[]; |
-// Google account of the owner of this host. |
+// Base JID of the owner of this host. |
Sergey Ulanov
2014/09/25 02:28:46
It's worth mentioning why it may be different from
rmsousa
2014/09/27 01:42:17
Done.
|
extern const char kHostOwnerConfigPath[]; |
+// Email of the owner of this host. |
+extern const char kHostOwnerEmailConfigPath[]; |
// Login used to authenticate in XMPP network. |
extern const char kXmppLoginConfigPath[]; |
// Auth token used to authenticate to XMPP network. |