Chromium Code Reviews| Index: remoting/base/constants.h |
| diff --git a/remoting/base/constants.h b/remoting/base/constants.h |
| index c992f110c6b49807d4cdbc61caa76ec6699427d7..fcfd8cc43d6e1c6e6a948c1f02fc9525b19cc5e9 100644 |
| --- a/remoting/base/constants.h |
| +++ b/remoting/base/constants.h |
| @@ -10,7 +10,8 @@ namespace remoting { |
| extern const char kChromotingBotJid[]; |
| // Service name used for authentication. |
| -extern const char kChromotingTokenServiceName[]; |
| +// TODO(ajwong): Remove this once we've killed off XmppToken usage. |
|
Wez
2011/05/25 03:57:46
Mark this with a bug-#?
awong
2011/05/25 16:56:56
Done.
|
| +extern const char kChromotingTokenDefaultServiceName[]; |
| // Namespace used for chromoting XMPP stanzas. |
| extern const char kChromotingXmlNamespace[]; |