Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2404)

Unified Diff: chrome/common/extensions/api/tabs.json

Issue 1874133002: Improve documentation of extension messaging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix refs, clarify API parameters Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698