| 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 f8bbac03555fd47d47270079290d4d7d36a0b348..97dcd2bde4803771c0b1d61ec54f169d479cf8cb 100644
|
| --- a/chrome/browser/resources/md_history/list_container.js
|
| +++ b/chrome/browser/resources/md_history/list_container.js
|
| @@ -94,6 +94,11 @@ Polymer({
|
| this.$.dialog.open();
|
| },
|
|
|
| + /** @return {HistoryListElement} */
|
| + getHistoryList: function() {
|
| + return this.$['infinite-list'];
|
| + },
|
| +
|
| /**
|
| * @param {string} searchTerm
|
| * @private
|
|
|