Index: chrome/browser/resources/md_history/app.html |
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html |
index d56a8931b05703c5518bd715eccb7293506cf3cb..9085a41ea87fc2c0e504657a5300dda5dc2bb2a9 100644 |
--- a/chrome/browser/resources/md_history/app.html |
+++ b/chrome/browser/resources/md_history/app.html |
@@ -67,7 +67,8 @@ |
</template> |
<template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]"> |
<history-synced-device-manager id="history-synced-device-manager" |
- session-list="[[queryState_.sessionList]]"> |
+ session-list="[[queryState_.sessionList]]" |
+ searched-term=[[queryState_.info.term]]> |
</history-synced-device-manager> |
</template> |
</iron-pages> |