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

Side by Side Diff: chrome/browser/resources/md_bookmarks/store.html

Issue 2637023002: [MD Bookmarks] Add routing. (Closed)
Patch Set: Id is now in the queryParam not path. Store has correct field for back/forwards navigation. 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://bookmarks/router.html">
2 <script src="chrome://bookmarks/store.js"></script> 3 <script src="chrome://bookmarks/store.js"></script>
4
5 <dom-module id="bookmarks-store">
6 <template>
7 <bookmarks-router id="router" search-term="[[searchTerm]]"
8 selected-id="[[selectedId]]"></bookmarks-router>
9 </template>
10 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698