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

Side by Side Diff: chrome/browser/resources/md_bookmarks/router.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
(Empty)
1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-loca tion.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-quer y-params.html">
4
5 <dom-module id="bookmarks-router">
6 <template>
7 <iron-location query="{{query}}"></iron-location>
8 <iron-query-params params-string="{{query}}"
9 params-object="{{queryParams_}}"></iron-query-params>
10 </template>
11 <script src="chrome://bookmarks/router.js"></script>
12 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698