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

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

Issue 2656443004: MD History: Add routing for grouped history mode. (Closed)
Patch Set: Tweak 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index fe1522c3dfea714196fd7fa441f4f95a0cd72b55..d26c901b7dd7d98a8ebd7ede331825c2a964cab6 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -72,9 +72,12 @@
}
</style>
<history-query-manager query-state="{{queryState_}}"
- query-result="[[queryResult_]]">
+ query-result="[[queryResult_]]"
+ router="[[$$('#router')]]">
</history-query-manager>
- <history-router selected-page="{{selectedPage_}}"
+ <history-router id="router"
+ selected-page="{{selectedPage_}}"
+ grouped="[[grouped_]]"
query-state="[[queryState_]]">
</history-router>
<history-toolbar id="toolbar"

Powered by Google App Engine
This is Rietveld 408576698