| Index: chrome/browser/resources/ntp4/new_tab.js
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
|
| index 621e0443706a311c87dab62e8c764a28bd2e1da3..daa0eb7adbf44fe51a115602c4c33d6d6e2db389 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -287,6 +287,7 @@ cr.define('ntp', function() {
|
| });
|
|
|
| preventDefaultOnPoundLinkClicks(); // From webui/js/util.js.
|
| + cr.ui.FocusManager.disableMouseFocusOnButtons();
|
| }
|
|
|
| /**
|
|
|