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) { |