Index: chrome/browser/resources/ntp4/nav_dot.js |
diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js |
index 68a5f22cb44419bcd4046c120427e68b2e31243c..2c7e12ef3c697310c6197890e892e61504d319d1 100644 |
--- a/chrome/browser/resources/ntp4/nav_dot.js |
+++ b/chrome/browser/resources/ntp4/nav_dot.js |
@@ -96,6 +96,8 @@ cr.define('ntp4', function() { |
// handling in onInputMouseDown_. |
if (this.ownerDocument.activeElement != this.input_) |
this.focus(); |
+ |
+ chrome.send('navigationDotUsed'); |
e.stopPropagation(); |
}, |