Chromium Code Reviews| Index: chrome/common/extensions/api/gcm.json |
| diff --git a/chrome/common/extensions/api/gcm.json b/chrome/common/extensions/api/gcm.json |
| index fbde146159192fcf4ea4e1d75705b04c0acf498e..c0c77341ba4a6b016a580b43c927125bd532751b 100644 |
| --- a/chrome/common/extensions/api/gcm.json |
| +++ b/chrome/common/extensions/api/gcm.json |
| @@ -77,7 +77,7 @@ |
| "type": "string", |
| "minLength": 1 |
| }, |
| - "description": "Message data to send to the server. <code>goog.</code> and <code>google</code> are disallowed as key prefixes. Sum of all key/value pairs should not exceed $(ref:gcm.MAX_MESSAGE_SIZE)." |
| + "description": "Message data to send to the server. Case-insensitive <code>goog.</code> and <code>google</code>, as well as case-sensitive <code>collapse_key</code> are disallowed as key prefixes. Sum of all key/value pairs should not exceed $(ref:gcm.MAX_MESSAGE_SIZE)." |
| } |
| } |
| }, |