| 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
|
|
|