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..d60c0362216a236c01c19bcddcad0dc0a5668e4a 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 int kObfuscatedGaiaIdTimeoutInDays = 30; |
dcheng
2013/03/05 22:38:44
Just use one space. Lining it up like this will re
Pete Williamson
2013/03/06 00:09:40
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 |