| Index: chrome/browser/resources/md_history/history_toolbar.js
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
|
| index d9e85ec15b600f13cc9f29b66a309fdf775c540a..9562c754ffc3a5706497e956fb8a73d3a0020839 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -96,6 +96,10 @@ Polymer({
|
| this.fire('delete-selected');
|
| },
|
|
|
| + get searchBar() {
|
| + return this.$['main-toolbar'].getSearchField();
|
| + },
|
| +
|
| showSearchField: function() {
|
| /** @type {!CrToolbarElement} */(this.$['main-toolbar'])
|
| .getSearchField()
|
|
|