| Index: chrome/browser/resources/ntp4/new_tab.js
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
|
| index 05aeabf578132cf0eab67fad21d7a7eb8cd39554..f5eab1c426cbb419c0653778f099dd267268c296 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -438,7 +438,7 @@ cr.define('ntp', function() {
|
| * Shows the notification bubble.
|
| * @param {string|Node} message The notification message or node to use as
|
| * message.
|
| - * @param {Array.<{text: string, action: function()}>} links An array of
|
| + * @param {Array<{text: string, action: function()}>} links An array of
|
| * records describing the links in the notification. Each record should
|
| * have a 'text' attribute (the display string) and an 'action' attribute
|
| * (a function to run when the link is activated).
|
| @@ -553,7 +553,7 @@ cr.define('ntp', function() {
|
| }
|
|
|
| /**
|
| - * @param {Array.<PageData>} data
|
| + * @param {Array<PageData>} data
|
| * @param {boolean} hasBlacklistedUrls
|
| */
|
| function setMostVisitedPages(data, hasBlacklistedUrls) {
|
|
|