| Index: chrome/browser/resources/md_history/history_toolbar.js
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
|
| index 356866d0a0b7b8224911f2aa1bc2a8c8bf15cfa1..94c954e244d4da599d48e2e7c76d2780922253f2 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -59,7 +59,8 @@ Polymer({
|
| groupedRange: {
|
| type: Number,
|
| value: 0,
|
| - reflectToAttribute: true
|
| + reflectToAttribute: true,
|
| + notify: true
|
| },
|
|
|
| // The start time of the query range.
|
|
|