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

Side by Side Diff: google_apis/gaia/gaia_constants.cc

Issue 12755010: Remove unused code in google_apis/gaia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really rebase Created 7 years, 9 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 | « google_apis/gaia/gaia_constants.h ('k') | google_apis/gaia/oauth2_api_call_flow.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 definitions 5 // Constants definitions
6 6
7 #include "google_apis/gaia/gaia_constants.h" 7 #include "google_apis/gaia/gaia_constants.h"
8 8
9 namespace GaiaConstants { 9 namespace GaiaConstants {
10 10
(...skipping 11 matching lines...) Expand all
22 22
23 // Service name for remoting. 23 // Service name for remoting.
24 const char kRemotingService[] = "chromoting"; 24 const char kRemotingService[] = "chromoting";
25 // Service name for cloud print. 25 // Service name for cloud print.
26 const char kCloudPrintService[] = "cloudprint"; 26 const char kCloudPrintService[] = "cloudprint";
27 27
28 // Service/scope names for device management (cloud-based policy) server. 28 // Service/scope names for device management (cloud-based policy) server.
29 const char kDeviceManagementServiceOAuth[] = 29 const char kDeviceManagementServiceOAuth[] =
30 "https://www.googleapis.com/auth/chromeosdevicemanagement"; 30 "https://www.googleapis.com/auth/chromeosdevicemanagement";
31 31
32 // OAuth scopes for chrome web store.
33 const char kCWSNotificationScope[] =
34 "https://www.googleapis.com/auth/chromewebstore.notification";
35
36 // Service for LSO endpoint of Google that exposes OAuth APIs. 32 // Service for LSO endpoint of Google that exposes OAuth APIs.
37 const char kLSOService[] = "lso"; 33 const char kLSOService[] = "lso";
38 34
39 // Used to mint uber auth tokens when needed. 35 // Used to mint uber auth tokens when needed.
40 const char kGaiaSid[] = "sid"; 36 const char kGaiaSid[] = "sid";
41 const char kGaiaLsid[] = "lsid"; 37 const char kGaiaLsid[] = "lsid";
42 const char kGaiaOAuthToken[] = "oauthToken"; 38 const char kGaiaOAuthToken[] = "oauthToken";
43 const char kGaiaOAuthSecret[] = "oauthSecret"; 39 const char kGaiaOAuthSecret[] = "oauthSecret";
44 const char kGaiaOAuthDuration[] = "3600"; 40 const char kGaiaOAuthDuration[] = "3600";
45 const char kGaiaOAuth2LoginRefreshToken[] = "oauth2LoginRefreshToken"; 41 const char kGaiaOAuth2LoginRefreshToken[] = "oauth2LoginRefreshToken";
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 // in kClientOAuthAcceptsChallengesKey from that original request. 82 // in kClientOAuthAcceptsChallengesKey from that original request.
87 const char kClientOAuthNameKey[] = "name"; 83 const char kClientOAuthNameKey[] = "name";
88 84
89 // The challenge token received in the original ClientOAuth request. 85 // The challenge token received in the original ClientOAuth request.
90 const char kClientOAuthChallengeTokenKey[] = "challenge_token"; 86 const char kClientOAuthChallengeTokenKey[] = "challenge_token";
91 87
92 // The dictionary that contains the challenge response. 88 // The dictionary that contains the challenge response.
93 const char kClientOAuthchallengeReplyKey[] = "challenge_reply"; 89 const char kClientOAuthchallengeReplyKey[] = "challenge_reply";
94 90
95 } // namespace GaiaConstants 91 } // namespace GaiaConstants
OLDNEW
« no previous file with comments | « google_apis/gaia/gaia_constants.h ('k') | google_apis/gaia/oauth2_api_call_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698