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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: use date interval format 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/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index d7d3a5f6dbc8754799d5be0bc42aa609a5128699..ee02f18c446c5b63814b037e63e24f0829bcbe3e 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -225,7 +225,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