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