| Index: chrome/browser/resources/md_history/grouped_list.html
|
| diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
|
| index cf1c109273175c4d5fd7647ff3bc1017ec45aed1..b1f2a6b372d2aea6dd78472ecbece291e6573f63 100644
|
| --- a/chrome/browser/resources/md_history/grouped_list.html
|
| +++ b/chrome/browser/resources/md_history/grouped_list.html
|
| @@ -96,7 +96,6 @@
|
| <template is="dom-repeat" items="[[domain.visits]]"
|
| as="item" initial-count="5" index-as="itemIndex">
|
| <history-item item="[[item]]"
|
| - starred="[[item.starred]]"
|
| selected="{{item.selected}}"
|
| has-time-gap="[[needsTimeGap_(
|
| groupIndex, domainIndex, itemIndex)]]"
|
|
|