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

Unified Diff: chrome/browser/resources/md_history/router.html

Issue 2352293002: MD History: Replace app-route with a custom router (Closed)
Patch Set: Delete stray newline 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/router.html
diff --git a/chrome/browser/resources/md_history/router.html b/chrome/browser/resources/md_history/router.html
new file mode 100644
index 0000000000000000000000000000000000000000..115f26e18ef48b60bdebd06e80c16103acf7d0ef
--- /dev/null
+++ b/chrome/browser/resources/md_history/router.html
@@ -0,0 +1,13 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-location.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-query-params.html">
+
+<dom-module id="history-router">
+ <template>
+ <iron-location path="{{path_}}" query="{{query_}}"></iron-location>
+ <iron-query-params params-string="{{query_}}"
+ params-object="{{queryParams_}}">
+ </iron-query-params>
+ </template>
+ <script src="chrome://history/router.js"></script>
+</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/list_container.js ('k') | chrome/browser/resources/md_history/router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698