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

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

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: Merge and fix closure. Created 3 years, 11 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/app.js
diff --git a/chrome/browser/resources/md_bookmarks/app.js b/chrome/browser/resources/md_bookmarks/app.js
index 9ffe45ef5614c38f66f68b1ca47cf9a04b7c4179..aeb87d03ab1b58c5dff9ec782af4e16afcf9ab44 100644
--- a/chrome/browser/resources/md_bookmarks/app.js
+++ b/chrome/browser/resources/md_bookmarks/app.js
@@ -9,10 +9,11 @@ Polymer({
selectedId: String,
/** @type {BookmarkTreeNode} */
- selectedNode: Object,
-
- /** @type {BookmarkTreeNode} */
rootNode: Object,
+
+ searchTerm: String,
+
+ displayedList: Array,
tsergeant 2017/01/12 06:45:05 Closure annotation here: /** @type{Array<Bookmark
angelayang 2017/01/12 07:51:24 Done.
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698