Index: google_apis/gaia/gaia_constants.h |
diff --git a/google_apis/gaia/gaia_constants.h b/google_apis/gaia/gaia_constants.h |
index d3aac05cb6f9193bb63eb274d030aa3c1356b1ac..b81e43b8f260aa5811d795ec3ccbdd6a5fdebf05 100644 |
--- a/google_apis/gaia/gaia_constants.h |
+++ b/google_apis/gaia/gaia_constants.h |
@@ -35,6 +35,8 @@ extern const char kGaiaOAuth2LoginAccessToken[]; |
// Used to construct a channel ID for push messaging. |
extern const char kObfuscatedGaiaId[]; |
+// How long to keep an obfuscated Gaia Id in an internal cache. |
+extern const int kObfuscatedGaiaIdTimeoutInDays; |
Andrew T Wilson (Slow)
2013/03/07 11:48:09
BTW, this seems like an odd place to keep this. Ar
Pete Williamson
2013/03/07 20:02:46
Done.
|
// Used to build ClientOAuth requests. These are the names of keys used in |
// the json dictionaries that are sent in the protocol. |