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

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

Issue 2893063002: [WebUI] move polymer.html to first import (Closed)
Patch Set: Created 3 years, 7 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
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-loca tion.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-quer y-params.html"> 4 <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/actions.html">
5 <link rel="import" href="chrome://bookmarks/store_client.html"> 6 <link rel="import" href="chrome://bookmarks/store_client.html">
6 7
7 <dom-module id="bookmarks-router"> 8 <dom-module id="bookmarks-router">
8 <template> 9 <template>
9 <iron-location query="{{query}}"></iron-location> 10 <iron-location query="{{query}}"></iron-location>
10 <iron-query-params params-string="{{query}}" 11 <iron-query-params params-string="{{query}}"
11 params-object="{{queryParams_}}"></iron-query-params> 12 params-object="{{queryParams_}}"></iron-query-params>
12 </template> 13 </template>
13 <script src="chrome://bookmarks/router.js"></script> 14 <script src="chrome://bookmarks/router.js"></script>
14 </dom-module> 15 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/list.html ('k') | chrome/browser/resources/md_bookmarks/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698