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

Unified Diff: chrome/browser/resources/print_preview/data/destination.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/destination.js
diff --git a/chrome/browser/resources/print_preview/data/destination.js b/chrome/browser/resources/print_preview/data/destination.js
index 11af3f4e8038e4d6fe0776d9d1d9fc2d84dc5bfc..d597f093f69240827cdd22ffc9660826516cbbef 100644
--- a/chrome/browser/resources/print_preview/data/destination.js
+++ b/chrome/browser/resources/print_preview/data/destination.js
@@ -400,9 +400,9 @@ cr.define('print_preview', function() {
},
/**
- * @param {?boolean} Whether the user has accepted the terms-of-service of
- * the print destination or {@code null} if a terms-of-service does not
- * apply.
+ * @param {?boolean} isTosAccepted Whether the user has accepted the
+ * terms-of-service of the print destination or {@code null} if
+ * a terms-of-service does not apply.
*/
set isTosAccepted(isTosAccepted) {
this.isTosAccepted_ = isTosAccepted;

Powered by Google App Engine
This is Rietveld 408576698