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

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

Issue 2583353003: MD History: Replace last usage of cr-shared-menu with cr-action-menu. (Closed)
Patch Set: Fix more Created 4 years 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 96d860a566377bd37b4ba3da03b335b360d89e45..b58d334ef4dd73ef429e613c35b9e1138ea09c45 100644
--- a/chrome/browser/resources/md_history/history_list.js
+++ b/chrome/browser/resources/md_history/history_list.js
@@ -28,7 +28,6 @@ Polymer({
},
listeners: {
- 'scroll': 'notifyListScroll_',
'remove-bookmark-stars': 'removeBookmarkStars_',
},
@@ -152,13 +151,6 @@ Polymer({
},
/**
- * @private
- */
- notifyListScroll_: function() {
- this.fire('history-list-scrolled');
- },
-
- /**
* @param {number} index
* @return {string}
* @private

Powered by Google App Engine
This is Rietveld 408576698