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 f7a468d614c725c456995582d015263fec86ae81..58e52aeba7d9ebba28a54194e21eff43b5f41ab5 100644 |
--- a/chrome/browser/resources/ntp4/new_tab.js |
+++ b/chrome/browser/resources/ntp4/new_tab.js |
@@ -212,6 +212,8 @@ cr.define('ntp', function() { |
cr.dispatchSimpleEvent(document, 'ntpLoaded', true, true); |
document.documentElement.classList.remove('starting-up'); |
}); |
+ |
+ preventDefaultOnPoundLinkClicks(); // From shared/js/util.js. |
} |
/** |