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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.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/search/destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/destination_list.js b/chrome/browser/resources/print_preview/search/destination_list.js
index ed6e53fc3441ddf06e0dec932e9080677f0cf3fb..23db967f63475aebff6093099b1d542a368928b3 100644
--- a/chrome/browser/resources/print_preview/search/destination_list.js
+++ b/chrome/browser/resources/print_preview/search/destination_list.js
@@ -121,7 +121,8 @@ cr.define('print_preview', function() {
/**
* Gets estimated height of the destination list for the given number of
* items.
- * @param {number} Number of items to render in the destination list.
+ * @param {number} numItems Number of items to render in the destination
+ * list.
* @return {number} Height (in pixels) of the destination list.
*/
getEstimatedHeightInPixels: function(numItems) {

Powered by Google App Engine
This is Rietveld 408576698