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

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

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: Refactor search logic into store and add search tests. 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/sidebar.js
diff --git a/chrome/browser/resources/md_bookmarks/sidebar.js b/chrome/browser/resources/md_bookmarks/sidebar.js
index 9cfeb1b3803120757c044dce413e149b2b38dd4f..1618b13294e5d6135063db4e58efd3cb0d118b4e 100644
--- a/chrome/browser/resources/md_bookmarks/sidebar.js
+++ b/chrome/browser/resources/md_bookmarks/sidebar.js
@@ -7,5 +7,7 @@ Polymer({
properties: {
rootFolders: Array,
+
+ sidebarActive: Boolean,
},
});

Powered by Google App Engine
This is Rietveld 408576698