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

Unified Diff: chrome/browser/resources/print_preview/native_layer.js

Issue 979303002: Update UI for extension destinations in print preview destination list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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/native_layer.js
diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js
index ed6731ef053b567f39e7f0046b0525639063ee54..8c72a538284ac3e98bdaeda005022f06bf5b9754 100644
--- a/chrome/browser/resources/print_preview/native_layer.js
+++ b/chrome/browser/resources/print_preview/native_layer.js
@@ -767,9 +767,10 @@ cr.define('print_preview', function() {
/**
* @param {Array<!{extensionId: string,
- * id: string,
- * name: string,
- * description: (string|undefined)}>} printers The list
+ * extensionName: string,
+ * id: string,
+ * name: string,
+ * description: (string|undefined)}>} printers The list
* containing information about printers added by an extension.
* @param {boolean} done Whether this is the final list of extension
* managed printers.

Powered by Google App Engine
This is Rietveld 408576698