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 57c2a68277ff0996ddd7563015a54812f01e7edd..096d02b201d31f95e9999c6d1653ed786347aa28 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'); |
}); |
+ |
+ preventPoundLinkClicks(); // From shared/js/util.js. |
} |
/** |