OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef REMOTING_BASE_CONSTANTS_H | 5 #ifndef REMOTING_BASE_CONSTANTS_H |
6 #define REMOTING_BASE_CONSTANTS_H | 6 #define REMOTING_BASE_CONSTANTS_H |
7 | 7 |
8 #include <string> | 8 #include <string> |
9 | 9 |
10 namespace remoting { | 10 namespace remoting { |
11 | 11 |
12 extern const std::string kChromotingBotJid; | 12 extern const std::string kChromotingBotJid; |
13 | 13 |
| 14 // Service name used for authentication. |
| 15 extern const std::string kChromotingTokenServiceName; |
| 16 |
14 } // namespace remoting | 17 } // namespace remoting |
15 | 18 |
16 #endif // REMOTING_BASE_CONSTANTS_H | 19 #endif // REMOTING_BASE_CONSTANTS_H |
OLD | NEW |