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

Unified Diff: chrome/browser/resources/md_bookmarks/store.html

Issue 2637023002: [MD Bookmarks] Add routing. (Closed)
Patch Set: Reuse the existing searchTerm and selectedId handlers for query change events. 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/store.html
diff --git a/chrome/browser/resources/md_bookmarks/store.html b/chrome/browser/resources/md_bookmarks/store.html
index b4e40e44079c695a2528470ba4332c6403880960..05c941ce9b1c7d936cf1bbf06c8fcf6bcc0ffbbb 100644
--- a/chrome/browser/resources/md_bookmarks/store.html
+++ b/chrome/browser/resources/md_bookmarks/store.html
@@ -1,2 +1,10 @@
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://bookmarks/router.html">
<script src="chrome://bookmarks/store.js"></script>
+
+<dom-module id="bookmarks-store">
+ <template>
+ <bookmarks-router id="router" search-term="[[searchTerm]]"
+ selected-id="[[selectedId]]"></bookmarks-router>
+ </template>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698