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

Unified Diff: google_apis/gaia/gaia_constants.cc

Issue 12380006: Build a new TokenCacheService so I can stop using TokenService for something it wasn't designed for. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Token Cache - CR changes per DCheng and ATWilson Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: google_apis/gaia/gaia_constants.cc
diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc
index 730c901273aace59eaf89023f3ebab5891f2c40a..4f51cdcc06f4c8d460ca0f06775aafc76459b20f 100644
--- a/google_apis/gaia/gaia_constants.cc
+++ b/google_apis/gaia/gaia_constants.cc
@@ -47,6 +47,7 @@ const char kGaiaOAuth2LoginAccessToken[] = "oauth2LoginAccessToken";
// Used to construct a channel ID for push messaging.
const char kObfuscatedGaiaId[] = "obfuscatedGaiaId";
+const base::TimeDelta kObfuscatedGaiaIdTimeout = base::TimeDelta::FromDays(30);
dcheng 2013/03/04 22:40:59 This creates a static initializer, which we really
Pete Williamson 2013/03/05 19:42:25 Done.
// Used to build ClientOAuth requests. These are the names of keys used when
// building base::DictionaryValue that represent the json data that makes up

Powered by Google App Engine
This is Rietveld 408576698