Index: chrome/browser/resources/md_history/synced_device_card.html |
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html |
index f7992f7cbd943ebf496b1f5048ce6a0d6108d0dd..b7444a7a1f805463b7657f66bfd59c577eb0b8ed 100644 |
--- a/chrome/browser/resources/md_history/synced_device_card.html |
+++ b/chrome/browser/resources/md_history/synced_device_card.html |
@@ -93,9 +93,9 @@ |
[[tab.title]] |
</a> |
</div> |
- <template is="dom-if" if="[[tab.needsWindowSeparator]]"> |
- <div id="window-separator"></div> |
- </template> |
+ <div id="window-separator" |
+ hidden$="[[!isWindowSeparatorIndex(index, separatorIndexes)]]"> |
+ </div> |
</template> |
<div class="item-container"> |
<p on-tap="openAllTabs_" id="open-tabs">$i18n{openAll}</p> |