Chromium Code Reviews| 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 |