| Index: remoting/host/host_config.h
 | 
| diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
 | 
| index a8233b5d671628e7d460042f623319c8ecab5b75..5bd5c5cb49032c1d5c2c2b3e843040139fc4685d 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.
 | 
| 
 |