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

Unified Diff: third_party/closure_compiler/externs/bookmark_manager_private.js

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Reformat json schema Created 3 years, 5 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
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/test_store.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/test_store.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698