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

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

Issue 8632005: Part 1 of work to do user sign in based on OAuth2: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 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 {
(...skipping 15 matching lines...) Expand all
26 extern const char kCWSService[]; 26 extern const char kCWSService[];
27 extern const char kCWSNotificationScope[]; 27 extern const char kCWSNotificationScope[];
28 extern const char kLSOService[]; 28 extern const char kLSOService[];
29 29
30 // Used with uber auth tokens when needed. 30 // Used with uber auth tokens when needed.
31 extern const char kGaiaSid[]; 31 extern const char kGaiaSid[];
32 extern const char kGaiaLsid[]; 32 extern const char kGaiaLsid[];
33 extern const char kGaiaOAuthToken[]; 33 extern const char kGaiaOAuthToken[];
34 extern const char kGaiaOAuthSecret[]; 34 extern const char kGaiaOAuthSecret[];
35 extern const char kGaiaOAuthDuration[]; 35 extern const char kGaiaOAuthDuration[];
36 extern const char kGaiaOAuth2LoginRefreshToken[];
37 extern const char kGaiaOAuth2LoginAccessToken[];
36 38
37 } // namespace GaiaConstants 39 } // namespace GaiaConstants
38 40
39 #endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_ 41 #endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698