| Index: chrome/browser/resources/local_ntp/most_visited_util.js
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_util.js b/chrome/browser/resources/local_ntp/most_visited_util.js
|
| index d5ad94b8f42a7d831f78f2f014cc29cf2d403804..f2f71365edae9fba779f1998a5798f2f61d9ab38 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_util.js
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_util.js
|
| @@ -185,7 +185,7 @@ function createMostVisitedLink(params, href, title, text, direction, provider) {
|
| /**
|
| * Returns the color to display string with, depending on whether title is
|
| * displayed, the current theme, and URL parameters.
|
| - * @param {Object.<string, string>} params URL parameters specifying style.
|
| + * @param {Object<string, string>} params URL parameters specifying style.
|
| * @param {boolean} isTitle if the style is for the Most Visited Title.
|
| * @return {string} The color to use, in "rgba(#,#,#,#)" format.
|
| */
|
| @@ -221,7 +221,7 @@ function getTextColor(params, isTitle) {
|
| * - fs: font-size as a number in pixels.
|
| * - ta: text-align property, as a string.
|
| * - tf: specifying a text fade starting position, in pixels.
|
| - * @param {Object.<string, string>} params URL parameters specifying style.
|
| + * @param {Object<string, string>} params URL parameters specifying style.
|
| * @param {boolean} isTitle if the style is for the Most Visited Title.
|
| * @return {Object} Styles suitable for CSS interpolation.
|
| */
|
|
|