summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/api/bookmark_manager_private.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/bookmark_manager_private.json')
-rw-r--r--chromium/chrome/common/extensions/api/bookmark_manager_private.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/chrome/common/extensions/api/bookmark_manager_private.json b/chromium/chrome/common/extensions/api/bookmark_manager_private.json
index 526b4e095c8..c65c190d9ce 100644
--- a/chromium/chrome/common/extensions/api/bookmark_manager_private.json
+++ b/chromium/chrome/common/extensions/api/bookmark_manager_private.json
@@ -149,6 +149,12 @@
"minItems": 1
},
{
+ "name": "dragNodeIndex",
+ "type": "integer",
+ "minimum": 0,
+ "description": "The index of the dragged node in |idList|"
+ },
+ {
"name": "isFromTouch",
"type": "boolean",
"description": "True if the drag was initiated from touch."