summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/new_tab.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_tab.html b/chrome/browser/resources/new_tab.html
index cb205ec..8fe2429 100644
--- a/chrome/browser/resources/new_tab.html
+++ b/chrome/browser/resources/new_tab.html
@@ -585,6 +585,7 @@ function renderRecentlyClosedTabs(entries) {
link.onclick = function(sessionId) {
return function() {
+ chrome.send("metrics", ["NTP_TabRestored" + i]);
/* This is a hack because chrome.send is hardcoded to only
accept arrays of strings. */
chrome.send('reopenTab', [sessionId.toString()]);