| Index: chrome/browser/resources/md_history/app.crisper.js
|
| diff --git a/chrome/browser/resources/md_history/app.crisper.js b/chrome/browser/resources/md_history/app.crisper.js
|
| index e6c08baa1f5371681f39411a52f209fb17b4ecca..7f6560e203ad383ad576741be859fbea950472b6 100644
|
| --- a/chrome/browser/resources/md_history/app.crisper.js
|
| +++ b/chrome/browser/resources/md_history/app.crisper.js
|
| @@ -5401,8 +5401,9 @@ Polymer({
|
| setTimeout(function() {
|
| chrome.send('metricsHandler:recordTime', [ 'History.ResultsRenderedTime', window.performance.now() ]);
|
| });
|
| - if (!this.hasDrawer_) {
|
| - this.focusToolbarSearchField();
|
| + var searchField = this.$.toolbar.searchField;
|
| + if (!searchField.narrow) {
|
| + searchField.getSearchInput().focus();
|
| }
|
| md_history.ensureLazyLoaded();
|
| },
|
|
|