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

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

Issue 2656443004: MD History: Add routing for grouped history mode. (Closed)
Patch Set: Review comments 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.crisper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9358a5e23c320a0ea32e5cd969e4577e482717e7..4bf719cce5be8bd06e6a3989b2818f60d771a5d8 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -69,9 +69,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"
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698