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

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

Issue 1586373002: MD History: Delete button in the toolbar allows deletion of multiple history-items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch_to_be_uploaded
Patch Set: Fix supervised user test. Created 4 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 | « chrome/browser/resources/md_history/history.js ('k') | chrome/browser/resources/md_history/history_card.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_card.html
diff --git a/chrome/browser/resources/md_history/history_card.html b/chrome/browser/resources/md_history/history_card.html
index 7c0c8a0b4c2c2b245eede5d31ad09175484e7f15..3fd46e4d958a0749f6fce2475da7bec64f7cbd59 100644
--- a/chrome/browser/resources/md_history/history_card.html
+++ b/chrome/browser/resources/md_history/history_card.html
@@ -58,7 +58,8 @@
selected="{{historyItem.selected}}"
timestamp_="[[historyItem.time]]">
</history-item>
- <template is="dom-if" if="[[needsTimeGap_(index, historyItem)]]">
+ <template is="dom-if"
+ if="[[needsTimeGap_(index, historyItems.length)]]">
<div id="time-gap-separator"></div>
</template>
</template>
« no previous file with comments | « chrome/browser/resources/md_history/history.js ('k') | chrome/browser/resources/md_history/history_card.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698