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

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

Issue 1974713002: [MD History] Unify query state in history-app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@secondary_toolbar
Patch Set: address comments Created 4 years, 7 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 | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/history_list.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 9dfd9b785c57bef0d7c2a9126852325620f89307..e68c8d99290c8fca891f400411069ce63ed1e949 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -34,7 +34,7 @@
</style>
<div id="no-results" class="centered-message"
hidden$="{{hasResults(historyData.length)}}">
- {{noResultsMessage_(searchTerm, loading_)}}
+ {{noResultsMessage_(searchedTerm, querying)}}
</div>
<iron-list items="{{historyData}}" as="item" id="infinite-list"
hidden$="{{!hasResults(historyData.length)}}">
@@ -45,7 +45,7 @@
is-card-start="[[isCardStart_(item, index, historyData.length)]]"
is-card-end="[[isCardEnd_(item, index, historyData.length)]]"
has-time-gap="[[needsTimeGap_(item, index, historyData.length)]]"
- search-term="[[searchTerm]]"
+ search-term="[[searchedTerm]]"
number-of-items="[[historyData.length]]">
</history-item>
</template>
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/history_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698