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

Unified Diff: chrome/browser/resources/md_history/list_container.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/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 409a92efcf02840702bd2983f5a7b36139d8606a..a643af0fe772d4c89d8f588ec2fc9333a8d2551b 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -39,8 +39,7 @@
<template is="dom-if" if="[[grouped]]">
<history-grouped-list id="grouped-list"
range="[[groupedRange]]"
- query-start-time="[[queryResult.info.queryStartTime]]"
- query-end-time="[[queryResult.info.queryEndTime]]"
+ query-interval="[[queryResult.info.queryInterval]]"
searched-term="[[queryResult.info.term]]">
</history-grouped-list>
</template>

Powered by Google App Engine
This is Rietveld 408576698