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

Unified Diff: chrome/browser/resources/md_bookmarks/types.js

Issue 2813503002: MD Bookmarks: Prevent navigating to invalid folders (Closed)
Patch Set: handleAction -> dispatch Created 3 years, 8 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/browser/resources/md_bookmarks/types.js
diff --git a/chrome/browser/resources/md_bookmarks/types.js b/chrome/browser/resources/md_bookmarks/types.js
index 6043c00614aa5a5f3770803ab98f6626398dbc5f..c878a8b2cde90028a5d5ff77a93ff5ccde2ae057 100644
--- a/chrome/browser/resources/md_bookmarks/types.js
+++ b/chrome/browser/resources/md_bookmarks/types.js
@@ -62,6 +62,9 @@ var BookmarksPageState;
/** @typedef {{name: string}} */
var Action;
+/** @typedef {function(function(?Action))} */
+var DeferredAction;
+
/** @typedef {{element: BookmarkElement, position: DropPosition}} */
var DropDestination;
« no previous file with comments | « chrome/browser/resources/md_bookmarks/store_client.js ('k') | chrome/test/data/webui/md_bookmarks/actions_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698