| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index d300d25041244e0184b7d6fdbc4f0270374f3d09..f13d2eac14399766b45dc9db86c6b85c4ae0a130 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -1596,7 +1596,7 @@ HistoryView.prototype.displayResults_ = function(doneLoading) {
|
| };
|
|
|
| var focusGridRowSelector = [
|
| - '.day-results > .entry:not(.fade-out)',
|
| + ':-webkit-any(.day-results, .search-results) > .entry:not(.fade-out)',
|
| '.expand .grouped .entry:not(.fade-out)',
|
| '.site-domain-wrapper'
|
| ].join(', ');
|
|
|