| 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 6977bd4f8fd6d250c7eae6870433447060f113f1..635b6cf449740ebafd2a40cf0a89c7f6ded04e2a 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -5,6 +5,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html">
|
| <link rel="import" href="chrome://resources/html/icon.html">
|
| +<link rel="import" href="chrome://history/searched_label.html">
|
| <link rel="import" href="chrome://history/shared_style.html">
|
|
|
| <dom-module id="history-synced-device-card">
|
| @@ -90,7 +91,8 @@
|
| <div id="item-container">
|
| <div id="icon" class="website-icon"></div>
|
| <a href="[[tab.url]]" class="website-title" title="[[tab.title]]">
|
| - [[tab.title]]
|
| + <history-searched-label title="[[tab.title]]"
|
| + search-term="[[searchedTerm]]"></history-searched-label>
|
| </a>
|
| </div>
|
| <div id="window-separator"
|
|
|