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

Side by Side Diff: chrome/browser/resources/md_history/history_router.html

Issue 2352293002: MD History: Replace app-route with a custom router (Closed)
Patch Set: More minor cleanup Created 4 years, 3 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="history-router">
6 <template>
7 <iron-location path="{{path_}}" query="{{query_}}"></iron-location>
8 <iron-query-params params-string="{{query_}}"
9 params-object="{{queryParams_}}">
10 </iron-query-params>
11 </template>
12 <script src="chrome://history/history_router.js"></script>
13 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698