Index: remoting/host/host_config.h |
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h |
index 19332b3064e0b346d07fdf1ae7cae1d7a1921ea1..17e554fcd99ca530ff0f628ecf1754ff54be604f 100644 |
--- a/remoting/host/host_config.h |
+++ b/remoting/host/host_config.h |
@@ -19,9 +19,11 @@ 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 host owner (may not equal the email for non-gmail users). |
extern const char kHostOwnerConfigPath[]; |
-// Login used to authenticate in XMPP network. |
+// Email of the owner of this host. |
+extern const char kHostOwnerEmailConfigPath[]; |
+// Login used to authenticate in XMPP network (could be a service account). |
extern const char kXmppLoginConfigPath[]; |
// Auth token used to authenticate to XMPP network. |
extern const char kXmppAuthTokenConfigPath[]; |