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

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: remove_var Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ab94f7ecefc51346aa2ac9fabfd0b3bba62364e7..0644ad0e0f648621071d9b925d566d0061176838 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -41,7 +41,8 @@
}
</style>
<app-location route="{{route_}}"></app-location>
- <app-route route="{{route_}}" pattern="/:page" data="{{routeData_}}">
+ <app-route route="{{route_}}" pattern="/:page" data="{{routeData_}}"
+ query-params="{{queryParams_}}">
</app-route>
<history-toolbar id="toolbar"
spinner-active="[[shouldShowSpinner_(queryState_.querying,
@@ -66,14 +67,15 @@
<template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]">
<history-synced-device-manager id="synced-devices"
session-list="[[queryResult_.sessionList]]"
- searched-term=[[queryState_.searchTerm]]
+ search-term=[[queryState_.searchTerm]]
path="syncedTabs">
</history-synced-device-manager>
</template>
</iron-pages>
</div>
- <history-side-bar id="side-bar" selected-page="[[selectedPage_]]">
+ <history-side-bar id="side-bar" selected-page="[[selectedPage_]]"
+ route="[[route_]]">
</history-side-bar>
</template>
<script src="chrome://history/app.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698