summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rwxr-xr-xchrome/common/extensions/api/extension_api.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 5255897..f3a6182 100755
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -2001,6 +2001,15 @@
]
},
{
+ "name": "sortChildren",
+ "type": "function",
+ "description": "Sorts the children of a given folder",
+ "nodoc": "true",
+ "parameters": [
+ {"type": "string", "name": "parentId", "description": "The ID of the folder to sort the children of"}
+ ]
+ },
+ {
"name": "getStrings",
"type": "function",
"description": "Gets the i18n strings for the bookmark manager",