Index: third_party/closure_compiler/externs/bookmark_manager_private.js |
diff --git a/third_party/closure_compiler/externs/bookmark_manager_private.js b/third_party/closure_compiler/externs/bookmark_manager_private.js |
index d62688cc16d2a937883450ec525e93a599f556cd..ec1faf2ebf7df8420c766acb26c9abde50a3d227 100644 |
--- a/third_party/closure_compiler/externs/bookmark_manager_private.js |
+++ b/third_party/closure_compiler/externs/bookmark_manager_private.js |
@@ -90,8 +90,9 @@ chrome.bookmarkManagerPrivate.startDrag = function(idList, isFromTouch) {}; |
* @param {string} parentId The ID of the folder that the drop was made |
* @param {number=} index The index of the position to drop at. If left out the |
* dropped items will be placed at the end of the existing children |
+ * @param {Function=} callback |
*/ |
-chrome.bookmarkManagerPrivate.drop = function(parentId, index) {}; |
+chrome.bookmarkManagerPrivate.drop = function(parentId, index, callback) {}; |
/** |
* Retrieves a bookmark hierarchy from the given node. If the node id is |