| 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 f7239534b48478536ab04610b5061cd587e9753a..38a5bd0299b42fecf80b005df7df27f1a4fe2b0d 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -102,7 +102,7 @@ Polymer({
|
| if (this.resultLoadingDisabled_ || this.querying)
|
| return;
|
|
|
| - this.fire('load-more-history');
|
| + this.fire('query-history', true);
|
| },
|
|
|
| /**
|
|
|