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

Unified Diff: chrome/common/extensions/api/experimental.bookmarkManager.json

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 9 years 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/experimental.bookmarkManager.json
diff --git a/chrome/common/extensions/api/experimental.bookmarkManager.json b/chrome/common/extensions/api/experimental.bookmarkManager.json
index 9172181022026a4f6f5a324e398c0b33134b2b84..24a9844f71230c3bf18fa139812affd7374c1b69 100644
--- a/chrome/common/extensions/api/experimental.bookmarkManager.json
+++ b/chrome/common/extensions/api/experimental.bookmarkManager.json
@@ -102,7 +102,7 @@
"parameters": [
{"type": "string", "name": "parentId", "description": "The ID of the folder to paste into"},
{"type": "function", "name": "callback", "parameters": [
- {"type": "boolean"}
+ {"name": "result", "type": "boolean"}
]}
]
},
@@ -126,6 +126,7 @@
"name": "callback",
"parameters": [
{
+ "name": "result",
"type": "object",
"properties": {},
"additionalProperties": {"type": "string"}
@@ -201,7 +202,7 @@
"nodoc": "true",
"parameters": [
{"type": "function", "name": "callback", "parameters": [
- {"type": "boolean"}
+ {"name": "result", "type": "boolean"}
]}
]
}
@@ -212,7 +213,7 @@
"type": "function",
"description": "Fired when dragging bookmarks over the document",
"parameters": [
- {"$ref": "BookmarkNodeData"}
+ {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"}
]
},
{
@@ -220,7 +221,7 @@
"type": "function",
"description": "Fired when the drag and drop leaves the document",
"parameters": [
- {"$ref": "BookmarkNodeData"}
+ {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"}
]
},
{
@@ -228,7 +229,7 @@
"type": "function",
"description": "Fired when the user drops bookmarks on the document",
"parameters": [
- {"$ref": "BookmarkNodeData"}
+ {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"}
]
}
]
« no previous file with comments | « chrome/common/extensions/api/contentSettings.json ('k') | chrome/common/extensions/api/experimental.downloads.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698