Chromium Code Reviews| Index: remoting/base/constants.h |
| diff --git a/remoting/base/constants.h b/remoting/base/constants.h |
| index d124172eb1cf89be0b2299de599999ce144dbc93..3ebf2fa7655b06b2656b41e5701e176a0f622c13 100644 |
| --- a/remoting/base/constants.h |
| +++ b/remoting/base/constants.h |
| @@ -12,6 +12,8 @@ extern const char kChromotingBotJid[]; |
| // Service name used for authentication. |
| extern const char kChromotingTokenServiceName[]; |
| +extern const char kChromotingXmlNamespace[]; |
|
awong
2010/08/02 19:53:49
Add comment explaining what this Xml namespace is
Sergey Ulanov
2010/08/03 02:10:39
Done.
|
| + |
| } // namespace remoting |
| #endif // REMOTING_BASE_CONSTANTS_H_ |