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

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

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, 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
Index: chrome/common/net/gaia/gaia_constants.cc
===================================================================
--- chrome/common/net/gaia/gaia_constants.cc (revision 110361)
+++ chrome/common/net/gaia/gaia_constants.cc (working copy)
@@ -44,8 +44,10 @@
// Used to mint uber auth tokens when needed.
const char kGaiaSid[] = "sid";
const char kGaiaLsid[] = "lsid";
-extern const char kGaiaOAuthToken[] = "oauthToken";
-extern const char kGaiaOAuthSecret[] = "oauthSecret";
-extern const char kGaiaOAuthDuration[] = "3600";
+const char kGaiaOAuthToken[] = "oauthToken";
+const char kGaiaOAuthSecret[] = "oauthSecret";
+const char kGaiaOAuthDuration[] = "3600";
+const char kGaiaOAuth2LoginRefreshToken[] = "oauth2LoginRefreshToken";
+const char kGaiaOAuth2LoginAccessToken[] = "oauth2LoginAccessToken";
} // namespace GaiaConstants

Powered by Google App Engine
This is Rietveld 408576698