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

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

Issue 2709423003: MD History: Fix display of 'No history entries found' message (Closed)
Patch Set: Created 3 years, 10 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/test/data/webui/md_history/history_list_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index 75d6575851a88c7e921e9b326b8ffed2d4339fb6..4c0d96c0cecbb1db5aeb504842dd5cd669b65cb5 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -32,7 +32,7 @@
</style>
<div id="no-results" class="centered-message"
hidden$="[[hasResults_(historyData_.length)]]">
- [[noResultsMessage_(searchedTerm, querying)]]
+ [[noResultsMessage_(searchedTerm, queryState.querying)]]
</div>
<iron-list items="{{historyData_}}" as="item" id="infinite-list"
« no previous file with comments | « no previous file | chrome/test/data/webui/md_history/history_list_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698