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..261c3736d75f20a8e11e340fac5fbb9e97e96a64 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-instensitive <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)." |
|
jianli
2014/02/12 01:30:32
typo
fgorski
2014/02/12 21:52:22
Done.
|
| } |
| } |
| }, |