| Index: chrome/browser/resources/ntp4/new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/ntp4/new_tab.js (revision 102893)
|
| +++ chrome/browser/resources/ntp4/new_tab.js (working copy)
|
| @@ -215,8 +215,9 @@
|
| var serverpromo = localStrings.getString('serverpromo');
|
| if (serverpromo) {
|
| showNotification(parseHtmlSubset(serverpromo), [], function() {
|
| - chrome.send('closePromo');
|
| + chrome.send('closePromoNotification');
|
| }, 60000);
|
| + chrome.send('promoNotificationViewed');
|
| }
|
| }
|
|
|
|
|