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

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

Issue 2022003002: [MD History] Add search for synced devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@land_icons
Patch Set: address comments Created 4 years, 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698