| Index: chrome/browser/resources/md_history/history_list.js
|
| diff --git a/chrome/browser/resources/md_history/history_list.js b/chrome/browser/resources/md_history/history_list.js
|
| index 9b431d9dcfb3947a4bbad5958810914d85080b96..4f359b324a3c99615143d258ae411cead34b18ff 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -94,6 +94,7 @@ Polymer({
|
| this.resultLoadingDisabled_ = false;
|
| if (this.historyData_)
|
| this.splice('historyData_', 0, this.historyData_.length);
|
| + this.fire('unselect-all');
|
| this.lastSearchedTerm_ = this.searchedTerm;
|
| }
|
|
|
|
|