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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.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_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index 7165416e57a3a93ff7ec4588e42b06ae50e3db07..9ee7c75a537c770497988d6b76fca661dda2bf79 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -18,7 +18,8 @@
<template is="dom-repeat" items="[[syncedDevices_]]" as="syncedDevice">
<history-synced-device-card device="[[syncedDevice.device]]"
last-update-time="[[syncedDevice.lastUpdateTime]]"
- tabs="[[syncedDevice.tabs]]">
+ tabs="[[syncedDevice.tabs]]"
+ separator-indexes="[[syncedDevice.separatorIndexes]]">
</history-synced-device-card>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698