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

Unified Diff: chrome/browser/resources/print_preview/data/local_parsers.js

Issue 2919693002: Print Preview: Change getPrinters to cr.sendWithPromise (Closed)
Patch Set: Address comments Created 3 years, 7 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/local_parsers.js
diff --git a/chrome/browser/resources/print_preview/data/local_parsers.js b/chrome/browser/resources/print_preview/data/local_parsers.js
index 4155f5a3777c145f5010b806db24ac31db06bc1d..97cceabf1a8beaf1785f2b01877d6986ae0a0ff2 100644
--- a/chrome/browser/resources/print_preview/data/local_parsers.js
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js
@@ -10,8 +10,8 @@ cr.define('print_preview', function() {
/**
* Parses a local print destination.
- * @param {!Object} destinationInfo Information describing a local print
- * destination.
+ * @param {!print_preview.LocalDestinationInfo} destinationInfo Information
+ * describing a local print destination.
* @return {!print_preview.Destination} Parsed local print destination.
*/
LocalDestinationParser.parse = function(destinationInfo) {

Powered by Google App Engine
This is Rietveld 408576698