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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: Created 4 years 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/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index b799036160d0f85a1a66fe8cb48750d24f16d89a..a5c81947f86dd3a2a1e6de22054c2b57b221b757 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -241,7 +241,7 @@
</paper-tabs>
<div id="grouped-nav-container">
<span id="grouped-date">
- {{getHistoryInterval_(queryStartTime, queryEndTime)}}
+ {{getHistoryInterval_(queryInfo)}}
</span>
<button is="paper-icon-button-light"
id="today-button"

Powered by Google App Engine
This is Rietveld 408576698