Chromium Code Reviews| Index: remoting/host/host_config.h |
| diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h |
| index 6124598aabb97063c182daa7256e225283416096..40be6b2b22fe2e4cd6a11fdf16e6d880d9c3f130 100644 |
| --- a/remoting/host/host_config.h |
| +++ b/remoting/host/host_config.h |
| @@ -21,6 +21,8 @@ extern const char kXmppLoginConfigPath[]; |
| extern const char kXmppAuthTokenConfigPath[]; |
| // OAuth refresh token used to fetch an access token for the XMPP network. |
| extern const char kOAuthRefreshTokenConfigPath[]; |
| +// Flag to indicate whether the official client ID should be used. |
| +extern const char kOAuthUseOfficialClientIdPath[]; |
|
Wez
2012/04/19 00:13:04
nit: ...Path -> ...ConfigPath
Alpha Left Google
2012/04/20 22:13:50
Done.
|
| // Auth service used to authenticate to XMPP network. |
| extern const char kXmppAuthServiceConfigPath[]; |
| // Unique identifier of the host used to register the host in directory. |