| Index: chrome/browser/resources/options/search_page.js
|
| diff --git a/chrome/browser/resources/options/search_page.js b/chrome/browser/resources/options/search_page.js
|
| index d5b982671c212a580244a490bcc13992470809a6..74e8515abe34b5a5309cb030a00f4ba4a20a6a94 100644
|
| --- a/chrome/browser/resources/options/search_page.js
|
| +++ b/chrome/browser/resources/options/search_page.js
|
| @@ -569,7 +569,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Standardizes a user-entered text query by removing extra whitespace.
|
| - * @param {string} The user-entered text.
|
| + * @param {string} text The user-entered text.
|
| * @return {string} The trimmed query.
|
| */
|
| SearchPage.canonicalizeQuery = function(text) {
|
|
|