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

Unified Diff: chrome/browser/resources/pdf/pdf_scripting_api.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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/cloud_print_interface.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/pdf_scripting_api.js
diff --git a/chrome/browser/resources/pdf/pdf_scripting_api.js b/chrome/browser/resources/pdf/pdf_scripting_api.js
index 2b98c7c797323f0ed02f790c0f0f4ce50812651d..8b0b9d5c0a74119b67b67a22d8bb9945efb29613 100644
--- a/chrome/browser/resources/pdf/pdf_scripting_api.js
+++ b/chrome/browser/resources/pdf/pdf_scripting_api.js
@@ -49,7 +49,7 @@ PDFScriptingAPI.prototype = {
* Send a message to the extension. If we try to send messages prior to the
* extension being ready to receive messages (i.e. before it has finished
* loading) we queue up the messages and flush them later.
- * @param {Object} the message to send.
+ * @param {Object} message The message to send.
*/
sendMessage_: function(message) {
if (!this.pdfWindow_) {
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/cloud_print_interface.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698