| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index f1eac1f3d008f2887330e1cc63f670718fa03c24..fbb02cb3bd44bb10cf9127df6ac925ce5b578732 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -1528,6 +1528,8 @@ function load() {
|
| window.addEventListener('resize',
|
| historyView.positionNotificationBar.bind(historyView));
|
|
|
| + cr.ui.FocusManager.disableMouseFocusOnButtons();
|
| +
|
| if (isMobileVersion()) {
|
| if (searchField) {
|
| // Move the search box out of the header.
|
|
|