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

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

Issue 2200233003: MD History: Refresh the list when clearing browsing data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 4 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/list_container.js
diff --git a/chrome/browser/resources/md_history/list_container.js b/chrome/browser/resources/md_history/list_container.js
index be6fd43b0433ca036d1c2083ecbd554d89a05fd7..135d0bfbe01b3eab757c8cba7ab2feb597e3f88a 100644
--- a/chrome/browser/resources/md_history/list_container.js
+++ b/chrome/browser/resources/md_history/list_container.js
@@ -83,6 +83,11 @@ Polymer({
]);
},
+ reloadingList: function() {
+ /** @type {HistoryListElement} */ (this.$['infinite-list'])
+ .reloadingList();
+ },
+
unselectAllItems: function(count) {
/** @type {HistoryListElement} */ (this.$['infinite-list'])
.unselectAllItems(count);

Powered by Google App Engine
This is Rietveld 408576698