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

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

Issue 7574009: Added OAuth support to TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaked mock for OnOAuthWrapBridgeFailure. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/signin_manager.cc ('k') | chrome/common/net/gaia/gaia_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 // Constants used by IssueAuthToken and ClientLogin 5 // Constants used by IssueAuthToken and ClientLogin
6 6
7 #ifndef CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
8 #define CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_ 8 #define CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
9 9
10 namespace GaiaConstants { 10 namespace GaiaConstants {
11 11
12 // Gaia sources for accounting 12 // Gaia sources for accounting
13 extern const char kChromeOSSource[]; 13 extern const char kChromeOSSource[];
14 extern const char kChromeSource[]; 14 extern const char kChromeSource[];
15 15
16 // Gaia services for requesting 16 // Gaia services for requesting
17 extern const char kGaiaService[]; // uber token 17 extern const char kGaiaService[]; // uber token
18 extern const char kContactsService[]; 18 extern const char kContactsService[];
19 extern const char kTalkService[]; 19 extern const char kTalkService[];
20 extern const char kSyncService[]; 20 extern const char kSyncService[];
21 extern const char kSyncServiceOAuth[];
21 extern const char kRemotingService[]; 22 extern const char kRemotingService[];
22 extern const char kCloudPrintService[]; 23 extern const char kCloudPrintService[];
23 extern const char kDeviceManagementService[]; 24 extern const char kDeviceManagementService[];
25 extern const char kDeviceManagementServiceOAuth[];
24 26
25 // Used to mint uber auth tokens when needed. 27 // Used with uber auth tokens when needed.
26 extern const char kGaiaSid[]; 28 extern const char kGaiaSid[];
27 extern const char kGaiaLsid[]; 29 extern const char kGaiaLsid[];
30 extern const char kGaiaOAuthToken[];
31 extern const char kGaiaOAuthSecret[];
32 extern const char kGaiaOAuthDuration[];
28 33
29 } // namespace GaiaConstants 34 } // namespace GaiaConstants
30 35
31 #endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_ 36 #endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/signin_manager.cc ('k') | chrome/common/net/gaia/gaia_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698