Chromium Code Reviews| 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 cf495955b83bf024d5d4081e540bf230316e20d5..3da4959f396bc218ee62af71bad13110cae6eb08 100644 |
| --- a/chrome/browser/resources/md_history/history-card.html |
| +++ b/chrome/browser/resources/md_history/history-card.html |
| @@ -56,10 +56,9 @@ |
| website-domain="{{historyItem.domain}}" |
| website-url="{{historyItem.url}}" |
| starred="{{historyItem.starred}}" |
| - selected="{{historyItem.selected}}" |
| - timestamp="{{historyItem.time}}"> |
| + selected="{{historyItem.selected}}"> |
| </history-item> |
| - <template is="dom-if" if="{{needsTimeGap_(index, historyItem)}}"> |
| + <template is="dom-if" if="{{needsTimeGap_(index, historyItems.length)}}"> |
|
tsergeant
2016/01/18 02:33:52
You should change the definition of needsTimeGap_
hsampson
2016/01/19 23:41:39
Done.
|
| <div id="time-gap-separator"></div> |
| </template> |
| </template> |