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

Unified Diff: chrome/browser/resources/md_history/list_container.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
Index: chrome/browser/resources/md_history/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 51c2b5860fc6401cf97896850bef71bb56a85300..9fd0601a4c1a7a1a77726e9e3d986ce8b33ff3ac 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -30,8 +30,7 @@
</style>
<iron-pages id="content"
attr-for-selected="id"
- selected="[[selectedPage_]]"
- fallback-selection="infinite-list">
+ selected="[[selectedPage_]]">
<history-list id="infinite-list"
querying="[[queryState.querying]]"
searched-term="[[queryResult.info.term]]">
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.crisper.js ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698