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

Unified Diff: chrome/common/extensions/api/bookmark_manager_private.json

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Finish highlight on API callback 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
Index: chrome/common/extensions/api/bookmark_manager_private.json
diff --git a/chrome/common/extensions/api/bookmark_manager_private.json b/chrome/common/extensions/api/bookmark_manager_private.json
index af832b338404bad576b6490f5a2dccc60b495566..980c4a20bfe100cd28b00188edc7857313df4e48 100644
--- a/chrome/common/extensions/api/bookmark_manager_private.json
+++ b/chrome/common/extensions/api/bookmark_manager_private.json
@@ -171,7 +171,8 @@
"type": "integer",
"minimum": 0,
"optional": true
- }
+ },
+ {"type": "function", "name": "callback", "optional": true, "parameters": []}
]
},
{

Powered by Google App Engine
This is Rietveld 408576698