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

Unified Diff: chrome/browser/resources/print_preview/data/destination_store.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, 9 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/destination_store.js
diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
index c752cd74a7a0a8444f51f4681f0a7684f0529dc7..2cb6e80f8107eddfd9cf0d4b871553fb7b6c524b 100644
--- a/chrome/browser/resources/print_preview/data/destination_store.js
+++ b/chrome/browser/resources/print_preview/data/destination_store.js
@@ -380,6 +380,7 @@ cr.define('print_preview', function() {
this.selectedDestination_ =
print_preview.ExtensionDestinationParser.parse({
extensionId: this.appState_.selectedDestinationExtensionId,
+ extensionName: this.appState_.selectedDestinationExtensionName,
id: this.appState_.selectedDestinationId,
name: this.appState_.selectedDestinationName || ''
});

Powered by Google App Engine
This is Rietveld 408576698