| 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 b148a1b870065231c9c6ee865413ce9bb4d2e14d..1aebc711b22f1065c3385368e873032c8ff56c9e 100644
|
| --- a/chrome/browser/resources/print_preview/native_layer.js
|
| +++ b/chrome/browser/resources/print_preview/native_layer.js
|
| @@ -265,6 +265,7 @@ cr.define('print_preview', function() {
|
| print_preview.Destination.GooglePromotedId.SAVE_AS_PDF,
|
| 'printWithCloudPrint': destination != null && !destination.isLocal,
|
| 'printWithPrivet': destination != null && destination.isPrivet,
|
| + 'printWithExtension': destination != null && destination.isExtension,
|
| 'deviceName': destination == null ? 'foo' : destination.id,
|
| 'generateDraftData': documentInfo.isModifiable,
|
| 'fitToPageEnabled': printTicketStore.fitToPage.getValue(),
|
|
|