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

Unified Diff: chrome/browser/resources/print_preview/data/capabilities_holder.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/capabilities_holder.js
diff --git a/chrome/browser/resources/print_preview/data/capabilities_holder.js b/chrome/browser/resources/print_preview/data/capabilities_holder.js
index cc5324a5af2599b48e097f8427203076151a27a4..e872f4f0ef32bb090fd8e002d4d03ae9c5d29643 100644
--- a/chrome/browser/resources/print_preview/data/capabilities_holder.js
+++ b/chrome/browser/resources/print_preview/data/capabilities_holder.js
@@ -24,7 +24,10 @@ cr.define('print_preview', function() {
return this.capabilities_;
},
- /** @param {!print_preview.Cdd} New instance to put into the holder. */
+ /**
+ * @param {!print_preview.Cdd} capabilities New instance to put into the
+ * holder.
+ */
set: function(capabilities) {
this.capabilities_ = capabilities;
}

Powered by Google App Engine
This is Rietveld 408576698