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

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

Issue 2931843003: Print Preview: Change getPrinterCapabilities to cr.sendWithPromise (Closed)
Patch Set: Address comments Created 3 years, 6 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 97cceabf1a8beaf1785f2b01877d6986ae0a0ff2..cb34a4acb140fd320e52e3ee98144af8e070e24d 100644
--- a/chrome/browser/resources/print_preview/data/local_parsers.js
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js
@@ -38,7 +38,8 @@ cr.define('print_preview', function() {
/**
* Parses a privet destination as one or more local printers.
- * @param {!Object} destinationInfo Object that describes a privet printer.
+ * @param {!print_preview.PrivetPrinterDescription} destinationInfo Object
+ * that describes a privet printer.
* @return {!Array<!print_preview.Destination>} Parsed destination info.
*/
PrivetDestinationParser.parse = function(destinationInfo) {

Powered by Google App Engine
This is Rietveld 408576698