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

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

Issue 2938073003: Change getAccessToken and getExtensionPrinterAccess to sendWithPromise (Closed)
Patch Set: Fix annotation 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 9c59fd7bf9faa5c253a688e76dd7525728dc9967..8748f37b6252466921be70b2d9b5929e054c7503 100644
--- a/chrome/browser/resources/print_preview/data/local_parsers.js
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js
@@ -69,7 +69,8 @@ cr.define('print_preview', function() {
/**
* Parses an extension destination from an extension supplied printer
* description.
- * @param {!Object} destinationInfo Object describing an extension printer.
+ * @param {!print_preview.ProvisionalDestinationInfo} destinationInfo Object
+ * describing an extension printer.
* @return {!print_preview.Destination} Parsed destination.
*/
ExtensionDestinationParser.parse = function(destinationInfo) {

Powered by Google App Engine
This is Rietveld 408576698