Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(915)

Unified Diff: chrome/browser/resources/options/search_page.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698