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

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

Issue 2046303002: [MD History] Add history-searched-label to embolden the synced device search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable_grouped
Patch Set: Created 4 years, 6 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 9ee7c75a537c770497988d6b76fca661dda2bf79..b103cdadd8c78556ce6d90ddf2e2a1dcbc609665 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -19,7 +19,8 @@
<history-synced-device-card device="[[syncedDevice.device]]"
last-update-time="[[syncedDevice.lastUpdateTime]]"
tabs="[[syncedDevice.tabs]]"
- separator-indexes="[[syncedDevice.separatorIndexes]]">
+ separator-indexes="[[syncedDevice.separatorIndexes]]",
tsergeant 2016/06/08 07:25:06 No need for the , here
calamity 2016/06/14 01:51:45 Done.
+ searched-term="[[searchedTerm]]">
</history-synced-device-card>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698