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

Unified Diff: chrome/browser/resources/print_preview/data/measurement_system.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/data/measurement_system.js
diff --git a/chrome/browser/resources/print_preview/data/measurement_system.js b/chrome/browser/resources/print_preview/data/measurement_system.js
index 85b7c580f620af4193b295747ab48fac5a8f454d..3eee6fa2f96dddf6bdbd8e684dbcf55f43c29f71 100644
--- a/chrome/browser/resources/print_preview/data/measurement_system.js
+++ b/chrome/browser/resources/print_preview/data/measurement_system.js
@@ -140,7 +140,7 @@ cr.define('print_preview', function() {
},
/**
- * @param {number} Value in local units to convert to points.
+ * @param {number} localUnits Value in local units to convert to points.
* @return {number} Value in points.
*/
convertToPoints: function(localUnits) {

Powered by Google App Engine
This is Rietveld 408576698