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

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

Issue 2126173002: [MD History] Add 2-way binding to query state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_shit
Patch Set: rebase 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/test/data/webui/md_history/history_toolbar_test.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 a3da52dfb50d7adf64293584ee6dc0325865ed28..fb4c2ee1ab913e921a9778c7102f2a1370ff1a66 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -52,7 +52,7 @@
<div id="main-container">
<iron-pages id="content" attr-for-selected="id"
selected="[[selectedPage_]]">
- <history-list-container id="history" query-state="[[queryState_]]"
+ <history-list-container id="history" query-state="{{queryState_}}"
query-result="[[queryResult_]]" grouped="[[grouped_]]">
</history-list-container>
<template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]">
« no previous file with comments | « no previous file | chrome/test/data/webui/md_history/history_toolbar_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698