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

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

Issue 2122823002: [MD History] Fix issues caused by refactor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@funky_fresh
Patch Set: fix nit Created 4 years, 5 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 4c5dbe24fb79b097aa1bd8ac1aba82455b3f60fd..bf01abeb72c73c500210158ef8882c6b5ee03f19 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -20,13 +20,13 @@
<iron-pages id="content" attr-for-selected="id"
selected="[[selectedPage_]]">
<history-list id="infinite-list" querying="[[queryState.querying]]"
- searched-term="[[queryResult_.info.term]]"></history-list>
+ searched-term="[[queryResult.info.term]]"></history-list>
<template is="dom-if" if="[[grouped]]">
<history-grouped-list id="grouped-list"
range="[[queryState.range]]"
- query-start-time="[[queryResult_.info.queryStartTime]]"
- query-end-time="[[queryResult_.info.queryEndTime]]"
- searched-term="[[queryResult_.info.term]]">
+ query-start-time="[[queryResult.info.queryStartTime]]"
+ query-end-time="[[queryResult.info.queryEndTime]]"
+ searched-term="[[queryResult.info.term]]">
</history-grouped-list>
</template>
</template>
« no previous file with comments | « chrome/browser/resources/md_history/constants.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