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

Unified Diff: chrome/browser/resources/print_preview/previewarea/preview_area.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/previewarea/preview_area.js
diff --git a/chrome/browser/resources/print_preview/previewarea/preview_area.js b/chrome/browser/resources/print_preview/previewarea/preview_area.js
index ec764e7132a9f104deb40df93422cf8c4d345302..4322349a1608ce986f7d15fa0f820f56b980f8cc 100644
--- a/chrome/browser/resources/print_preview/previewarea/preview_area.js
+++ b/chrome/browser/resources/print_preview/previewarea/preview_area.js
@@ -556,13 +556,6 @@ cr.define('print_preview', function() {
* Called when the open-system-dialog button is clicked. Disables the
* button, shows the throbber, and dispatches the OPEN_SYSTEM_DIALOG_CLICK
* event.
- * @param {number} pageX the x-coordinate of the page relative to the
- * screen.
- * @param {number} pageY the y-coordinate of the page relative to the
- * screen.
- * @param {number} pageWidth the width of the page on the screen.
- * @param {number} viewportWidth the width of the viewport.
- * @param {number} viewportHeight the height of the viewport.
* @private
*/
onOpenSystemDialogButtonClick_: function() {
@@ -594,7 +587,7 @@ cr.define('print_preview', function() {
/**
* Called when the preview generator begins loading the preview.
- * @param {Event} Contains the URL to initialize the plugin to.
+ * @param {Event} event Contains the URL to initialize the plugin to.
* @private
*/
onPreviewStart_: function(event) {

Powered by Google App Engine
This is Rietveld 408576698