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

Unified Diff: chrome/browser/resources/md_history/history_list.js

Issue 2590093002: MD History: Move queryState to be managed by history-router (Closed)
Patch Set: Fix test 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_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);
},
/**

Powered by Google App Engine
This is Rietveld 408576698