diff options
Diffstat (limited to 'chrome/browser/resources/print_preview/native_layer.js')
-rw-r--r-- | chrome/browser/resources/print_preview/native_layer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js index 112b573..3ff8a9c 100644 --- a/chrome/browser/resources/print_preview/native_layer.js +++ b/chrome/browser/resources/print_preview/native_layer.js @@ -200,6 +200,7 @@ cr.define('print_preview', function() { destination.id == print_preview.Destination.GooglePromotedId.SAVE_AS_PDF, 'printWithCloudPrint': destination != null && !destination.isLocal, + 'printWithPrivet': destination.isPrivet, 'deviceName': destination == null ? 'foo' : destination.id, 'generateDraftData': documentInfo.isModifiable, 'fitToPageEnabled': printTicketStore.fitToPage.getValue(), |