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

Unified Diff: chrome/browser/resources/print_preview/common/search_box.js

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase 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/print_preview/common/search_box.js
diff --git a/chrome/browser/resources/print_preview/common/search_box.js b/chrome/browser/resources/print_preview/common/search_box.js
index d7c1abc4722c707116040afb455d143c4b02ad7f..723174b74982fea97aa2c0643ae543c85b28d9a3 100644
--- a/chrome/browser/resources/print_preview/common/search_box.js
+++ b/chrome/browser/resources/print_preview/common/search_box.js
@@ -51,7 +51,7 @@ cr.define('print_preview', function() {
SearchBox.prototype = {
__proto__: print_preview.Component.prototype,
- /** @param {string} New query to set the search box's query to. */
+ /** @param {string} query New query to set the search box's query to. */
setQuery: function(query) {
query = query || '';
this.input_.value = query.trim();

Powered by Google App Engine
This is Rietveld 408576698