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

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

Issue 2745993002: MD Bookmarks: Update URL router to work in new data binding system (Closed)
Patch Set: calamity@ review Created 3 years, 9 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://resources/polymer/v1_0/iron-location/iron-loca tion.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"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-quer y-params.html">
4 <link rel="import" href="chrome://bookmarks/actions.html">
5 <link rel="import" href="chrome://bookmarks/store_client.html">
4 6
5 <dom-module id="bookmarks-router"> 7 <dom-module id="bookmarks-router">
6 <template> 8 <template>
7 <iron-location query="{{query}}"></iron-location> 9 <iron-location query="{{query}}"></iron-location>
8 <iron-query-params params-string="{{query}}" 10 <iron-query-params params-string="{{query}}"
9 params-object="{{queryParams_}}"></iron-query-params> 11 params-object="{{queryParams_}}"></iron-query-params>
10 </template> 12 </template>
11 <script src="chrome://bookmarks/router.js"></script> 13 <script src="chrome://bookmarks/router.js"></script>
12 </dom-module> 14 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.js ('k') | chrome/browser/resources/md_bookmarks/router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698