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