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

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

Issue 2481693002: [MD History] Make forward/backward work in grouped mode. (Closed)
Patch Set: Created 4 years, 1 month 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 b0631f76b1068aee9cddb1acb589ff55c299707c..3ce4bd06bd725bdc9c2911439140e305928a7e69 100644
--- a/chrome/browser/resources/md_history/grouped_list.js
+++ b/chrome/browser/resources/md_history/grouped_list.js
@@ -82,6 +82,7 @@ Polymer({
return domains;
},
+ /** @private */
updateGroupedHistoryData_: function() {
if (this.historyData.length == 0) {
this.groupedHistoryData_ = [];

Powered by Google App Engine
This is Rietveld 408576698