| Index: components/gcm_driver/gcm_client.h
|
| diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h
|
| index 825c9fd2982ab3553ead6f30ea9a15c798e12cb3..b4cc0c5654e8133e41ffd9982f6207fd285a7185 100644
|
| --- a/components/gcm_driver/gcm_client.h
|
| +++ b/components/gcm_driver/gcm_client.h
|
| @@ -99,7 +99,7 @@ class GCMClient {
|
| int time_to_live;
|
| MessageData data;
|
|
|
| - static const int kMaximumTTL = 4 * 7 * 24 * 60 * 60; // 4 weeks.
|
| + static const int kMaximumTTL = 24 * 60 * 60; // 1 day.
|
| };
|
|
|
| // Message being received from the other party.
|
|
|