Chromium Code Reviews| Index: chrome/common/extensions/api/tabs.json |
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
| index 36088897c47a4265a92875c2c8850ad5ebe1ff95..9f2a9c57568d4762d2f14937f42e08a158d19620 100644 |
| --- a/chrome/common/extensions/api/tabs.json |
| +++ b/chrome/common/extensions/api/tabs.json |
| @@ -249,7 +249,8 @@ |
| }, |
| { |
| "type": "any", |
| - "name": "message" |
| + "name": "message", |
| + "description": "The message to send. This message should be JSON-ifiable object." |
|
Devlin
2016/04/13 20:15:33
at the very least, we should say say "a JSON-ifiab
robwu
2016/04/13 21:03:04
I'd personally say JSON-serializable, but the term
|
| }, |
| { |
| "type": "object", |