summaryrefslogtreecommitdiff
path: root/remoting/host/host_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_config.h')
-rw-r--r--remoting/host/host_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
index a8233b5d67..5bd5c5cb49 100644
--- a/remoting/host/host_config.h
+++ b/remoting/host/host_config.h
@@ -19,6 +19,8 @@ namespace remoting {
// Status of the host, whether it is enabled or disabled.
extern const char kHostEnabledConfigPath[];
+// Google account of the owner of this host.
+extern const char kHostOwnerConfigPath[];
// Login used to authenticate in XMPP network.
extern const char kXmppLoginConfigPath[];
// Auth token used to authenticate to XMPP network.