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

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

Issue 2656443004: MD History: Add routing for grouped history mode. (Closed)
Patch Set: Review comments 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/grouped_list.js
diff --git a/chrome/browser/resources/md_history/grouped_list.js b/chrome/browser/resources/md_history/grouped_list.js
index f1664bf8b7d4fe2db21da86a6cd9d8d188f74117..44b3b94a7cb48bb3b34e66e9b5e83539a459e80f 100644
--- a/chrome/browser/resources/md_history/grouped_list.js
+++ b/chrome/browser/resources/md_history/grouped_list.js
@@ -40,7 +40,7 @@ Polymer({
range: Number,
},
- observers: ['updateGroupedHistoryData_(range, historyData)'],
+ observers: ['updateGroupedHistoryData_(historyData)'],
/**
* @param {!Array<!HistoryEntry>} results

Powered by Google App Engine
This is Rietveld 408576698