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

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

Issue 2590093002: MD History: Move queryState to be managed by history-router (Closed)
Patch Set: Fix test Created 3 years, 11 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 ba0d9c72936f879e95eb806bd7d7996d90af4544..3cffc31a551fd63626085ebddc64290201824945 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -6,6 +6,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-behavior/iron-scroll-target-behavior.html">
<link rel="import" href="chrome://history/history_toolbar.html">
<link rel="import" href="chrome://history/list_container.html">
+<link rel="import" href="chrome://history/query_manager.html">
<link rel="import" href="chrome://history/router.html">
<link rel="import" href="chrome://history/shared_style.html">
<link rel="import" href="chrome://history/side_bar.html">
@@ -93,6 +94,10 @@
opacity: 1;
}
</style>
+ <history-query-manager query-state="{{queryState_}}"
+ grouped-range="[[queryState_.range]]"
+ query-result="{{queryResult_}}">
calamity 2017/01/17 06:22:10 This can be 1-way bound.
tsergeant 2017/01/18 03:36:00 Done.
+ </history-query-manager>
<history-router selected-page="{{selectedPage_}}"
query-state="{{queryState_}}">
</history-router>

Powered by Google App Engine
This is Rietveld 408576698