| 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 21ea7737ad76b1b930b03a558f3e35705fe48e5a..d52b34e9da6b2e1ffa9ac8289c9226d651370d20 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -138,6 +138,7 @@ cr.define('ntp4', function() {
|
| } else if (localStrings.getString('ntp4_intro_message')) {
|
| infoBubble = new cr.ui.Bubble;
|
| infoBubble.anchorNode = newTabView.mostVisitedPage.navigationDot;
|
| + infoBubble.captureFocus = false;
|
| infoBubble.setArrowLocation(cr.ui.ArrowLocation.BOTTOM_START);
|
| infoBubble.handleCloseEvent = function() {
|
| this.hide();
|
|
|