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

Unified Diff: chrome/browser/resources/print_preview/data/destination_store.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_store.js
diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
index 0a9cf280c0e96735ef5d01b35054528c963c21de..e4ddab7caecb9fa64ed5afa3cbc6e5b57a12c5ab 100644
--- a/chrome/browser/resources/print_preview/data/destination_store.js
+++ b/chrome/browser/resources/print_preview/data/destination_store.js
@@ -383,7 +383,9 @@ cr.define('print_preview', function() {
});
},
- /** @param {!print_preview.Destination} Destination to select. */
+ /**
+ * @param {!print_preview.Destination} destination Destination to select.
+ */
selectDestination: function(destination) {
this.isInAutoSelectMode_ = false;
// When auto select expires, DESTINATION_SELECT event has to be dispatched
@@ -716,7 +718,7 @@ cr.define('print_preview', function() {
/**
* Called when the local destinations have been got from the native layer.
- * @param {Event} Contains the local destinations.
+ * @param {Event} event Contains the local destinations.
* @private
*/
onLocalDestinationsSet_: function(event) {

Powered by Google App Engine
This is Rietveld 408576698