Commit f99479ad authored by dbeam's avatar dbeam Committed by Commit bot

history: include search results in focus grid.

R=dmazzoni@chromium.org
BUG=419153
TEST=search, press tab a few times

Review URL: https://codereview.chromium.org/618833004

Cr-Commit-Position: refs/heads/master@{#297552}
parent 2c0a563d
......@@ -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(', ');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment