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

Unified Diff: chrome/common/net/gaia/gaia_constants.cc

Issue 8669010: Revert 111270 - 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, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/net/gaia/gaia_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_constants.cc
===================================================================
--- chrome/common/net/gaia/gaia_constants.cc (revision 111276)
+++ chrome/common/net/gaia/gaia_constants.cc (working copy)
@@ -44,10 +44,8 @@
// Used to mint uber auth tokens when needed.
const char kGaiaSid[] = "sid";
const char kGaiaLsid[] = "lsid";
-const char kGaiaOAuthToken[] = "oauthToken";
-const char kGaiaOAuthSecret[] = "oauthSecret";
-const char kGaiaOAuthDuration[] = "3600";
-const char kGaiaOAuth2LoginRefreshToken[] = "oauth2LoginRefreshToken";
-const char kGaiaOAuth2LoginAccessToken[] = "oauth2LoginAccessToken";
+extern const char kGaiaOAuthToken[] = "oauthToken";
+extern const char kGaiaOAuthSecret[] = "oauthSecret";
+extern const char kGaiaOAuthDuration[] = "3600";
} // namespace GaiaConstants
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/net/gaia/gaia_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698