Index: chrome/common/extensions/api/gcm.json |
diff --git a/chrome/common/extensions/api/gcm.json b/chrome/common/extensions/api/gcm.json |
index ec8c5b84834e1f7a45734a91b7e400eb816f54b8..3586292519a22840acc2e06d5f2125f9763b1571 100644 |
--- a/chrome/common/extensions/api/gcm.json |
+++ b/chrome/common/extensions/api/gcm.json |
@@ -79,9 +79,9 @@ |
"timeToLive": { |
"type": "integer", |
"minimum": 0, |
- "maximum": 2419200, |
+ "maximum": 86400, |
"optional": true, |
- "description": "Time-to-live of the message in seconds. If it is not possible to send the message within that time, an onSendError event will be raised. A time-to-live of 0 indicates that the message should be sent immediately or fail if it's not possible. The maximum and a default value of time-to-live is 2419200 seconds (4 weeks)." |
+ "description": "Time-to-live of the message in seconds. If it is not possible to send the message within that time, an onSendError event will be raised. A time-to-live of 0 indicates that the message should be sent immediately or fail if it's not possible. The maximum and a default value of time-to-live is 86400 seconds (1 day)." |
}, |
"data": { |
"type": "object", |