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

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

Issue 1144983002: Introduce concept of provisional destinations to print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 d367134e04e15823551afdf9f3f68ece1627c330..83d3a156fdc5059e34442c2149509ad29a4a6e7b 100644
--- a/chrome/browser/resources/print_preview/data/local_parsers.js
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js
@@ -84,7 +84,8 @@ cr.define('print_preview', function() {
print_preview.Destination.ConnectionStatus.ONLINE,
{description: destinationInfo.description || '',
extensionId: destinationInfo.extensionId,
- extensionName: destinationInfo.extensionName || ''});
+ extensionName: destinationInfo.extensionName || '',
+ usbId: destinationInfo.usbDevice});
};
// Export

Powered by Google App Engine
This is Rietveld 408576698