Chromium Code Reviews| Index: google_apis/gcm/gcm_client.h |
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
| index 28c9ef2b453d5c837285bbaca997b379ed9c0e38..1a24f0932e3cf3d24a42dc89ea77c23da098b42a 100644 |
| --- a/google_apis/gcm/gcm_client.h |
| +++ b/google_apis/gcm/gcm_client.h |
| @@ -67,6 +67,8 @@ class GCM_EXPORT GCMClient { |
| // In seconds. |
| int time_to_live; |
| MessageData data; |
| + |
| + static const int kMaximumTTL = 4 * 7 * 24 * 60 * 60; // 4 weeks. |
| }; |
| // Message being received from the other party. |