| 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 || ''
|
| });
|
|
|