Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: remoting/base/constants.h

Issue 2749004: Token-based authentication for chromoting. (Closed)
Patch Set: - Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW
« no previous file with comments | « chrome/common/net/notifier/communicator/single_login_attempt.cc ('k') | remoting/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698