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 02953a6ed2cff40fe7a35afed058334a1d3990b4..4dcd7069e3a608b12a9a9cb80b01c86128a57ad7 100644 |
--- a/chrome/browser/resources/ntp4/new_tab.js |
+++ b/chrome/browser/resources/ntp4/new_tab.js |
@@ -447,6 +447,8 @@ cr.define('ntp4', function() { |
dotList.insertBefore(newDot, bookmarksPage.navigationDot); |
page.navigationDot = newDot; |
+ if (infoBubble) |
+ window.setTimeout(infoBubble.reposition.bind(infoBubble), 0); |
eventTracker.add(page, 'pagelayout', onPageLayout); |
} |