| Index: chrome/browser/resources/new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_tab.js (revision 97737)
|
| +++ chrome/browser/resources/new_tab.js (working copy)
|
| @@ -1096,8 +1096,8 @@
|
|
|
| function showPromoNotification() {
|
| showNotification(parseHtmlSubset(localStrings.getString('serverpromo')),
|
| - localStrings.getString('syncpromotext'),
|
| - function () { chrome.send('SyncLinkClicked'); },
|
| + undefined,
|
| + function () {},
|
| 60000);
|
| var notificationElement = $('notification');
|
| notification.classList.add('promo');
|
|
|