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

Side by Side Diff: chrome/common/net/gaia/gaia_constants.h

Issue 3024002: Add IssueAuthToken support to the TokenService. (Closed)
Patch Set: Code review fixes Created 10 years, 4 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
(Empty)
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
3 // found in the LICENSE file.
4 //
5 // Constants used by IssueAuthToken and ClientLogin
6
7 #ifndef CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
8 #define CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
9
10 namespace GaiaConstants {
11
12 // Gaia sources for accounting
13 extern const char kChromeOSSource[];
14 extern const char kChromeSource[];
15
16 // Gaia services for requesting
17 extern const char kContactsService[];
18 extern const char kTalkService[];
19 extern const char kSyncService[];
20
21 } // namespace GaiaConstants
22
23 #endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator2_unittest.h ('k') | chrome/common/net/gaia/gaia_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698