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

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

Issue 2724010: Revert 49298 - Broke compile - Token-based authentication for chromoting.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
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
17 } // namespace remoting 14 } // namespace remoting
18 15
19 #endif // REMOTING_BASE_CONSTANTS_H 16 #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