| Index: chrome/browser/resources/ntp4/recently_closed.js
|
| diff --git a/chrome/browser/resources/ntp4/recently_closed.js b/chrome/browser/resources/ntp4/recently_closed.js
|
| index 04750a29b7b2d829db180cf971b2a108c8998438..042de8db2c4d4e9c999ad6616e74f37fea1783af 100644
|
| --- a/chrome/browser/resources/ntp4/recently_closed.js
|
| +++ b/chrome/browser/resources/ntp4/recently_closed.js
|
| @@ -90,8 +90,13 @@ cr.define('ntp4', function() {
|
| }
|
|
|
| function onActivate(e) {
|
| + chrome.send('recordAppLaunchByURL',
|
| + [encodeURIComponent(data.url),
|
| + ntp4.APP_LAUNCH.NTP_RECENTLY_CLOSED]);
|
| // TODO(estade): don't convert to string.
|
| chrome.send('reopenTab', [String(data.sessionId)]);
|
| + // We are likely deleted by this point!
|
| +
|
| e.preventDefault();
|
| }
|
| a.addEventListener('activate', onActivate);
|
|
|