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

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: Test found real subtle bug (display flex overriding [hidden] attribute) 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 608b05a409bf239292b1ea09b0a301916db7730b..4cfb8ca87a8386a3ba1dc75dfaa3e65f26c85bce 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,11 +151,6 @@ Polymer({
},
/**
- * @private
- */
- notifyListScroll_: function() { this.fire('history-list-scrolled'); },
-
- /**
* @param {number} index
* @return {string}
* @private
« no previous file with comments | « chrome/browser/resources/md_history/history_item.js ('k') | chrome/browser/resources/md_history/lazy_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698