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

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

Issue 2068613002: [MD History] Add URL parameter for search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@routing
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/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index ab2aef8418bed28a0b4b38fa4bca775f169ba6f3..b7c300b7da3f63008c518010a755415e07c65fa9 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -59,7 +59,8 @@
</history-toolbar>
<div id="main-container">
- <history-side-bar id="history-side-bar" selected-page="{{selectedPage_}}">
+ <history-side-bar id="history-side-bar" selected-page="{{selectedPage_}}"
+ route="{{route}}">
</history-side-bar>
<iron-pages id="content" attr-for-selected="path"
fallback-selection="history"
@@ -79,7 +80,7 @@
<template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]">
<history-synced-device-manager id="history-synced-device-manager"
session-list="[[queryState_.sessionList]]"
- searched-term=[[queryState_.info.term]]
+ search-term=[[queryState_.searchTerm]]
path="syncedTabs">
</history-synced-device-manager>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | chrome/browser/resources/md_history/app.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698