| Index: chrome/browser/resources/new_new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.js (revision 33650)
|
| +++ chrome/browser/resources/new_new_tab.js (working copy)
|
| @@ -689,6 +689,15 @@
|
| }
|
|
|
| /**
|
| + * Invoked when link to start sync in the promo message is clicked, and Chrome
|
| + * has already been synced to an account.
|
| + */
|
| +function syncAlreadyEnabled(message) {
|
| + showNotification(message.syncEnabledMessage,
|
| + localStrings.getString('close'));
|
| +}
|
| +
|
| +/**
|
| * Returns the text used for a recently closed window.
|
| * @param {number} numTabs Number of tabs in the window.
|
| * @return {string} The text to use.
|
|
|