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

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

Issue 2643533003: MD History: Use one-way binding for history query state. (Closed)
Patch Set: Remove wrapper function 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/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index bdb42d36561bc44ea952e064798fb136fa7d276b..78a773e1aa682f389588388c3c637488c4e8ebd1 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -220,7 +220,8 @@
</div>
<template is="dom-if" if="[[isGroupedMode]]">
<div id="grouped-buttons-container">
- <paper-tabs attr-for-selected="value" selected="{{groupedRange}}">
+ <paper-tabs attr-for-selected="value" selected="[[groupedRange]]"
+ on-iron-select="onTabSelected_">
<paper-tab value="0">$i18n{rangeAllTime}</paper-tab>
<paper-tab value="1">$i18n{rangeWeek}</paper-tab>
<paper-tab value="2">$i18n{rangeMonth}</paper-tab>
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698