Chromium Code Reviews| Index: remoting/host/host_config.h |
| diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h |
| index d9c1cd40006c0a566fb6b69ea03bb9ee8d2d15f5..16258091adc991114cd0423bccec195d39ad012b 100644 |
| --- a/remoting/host/host_config.h |
| +++ b/remoting/host/host_config.h |
| @@ -21,6 +21,8 @@ extern const char kHostEnabledConfigPath[]; |
| extern const char kXmppLoginConfigPath[]; |
| // Auth token used to authenticate in XMPP network. |
| extern const char kXmppAuthTokenConfigPath[]; |
| +// Auth service used to authenticate in XMPP network. |
|
Wez
2011/05/25 03:57:46
Should "in" really be "in" and not "to"?
awong
2011/05/25 16:56:56
sure.
|
| +extern const char kXmppAuthServiceConfigPath[]; |
| // Unique identifier of the host used to register the host in directory. |
| // Normally a random UUID. |
| extern const char kHostIdConfigPath[]; |