| 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 1aebc711b22f1065c3385368e873032c8ff56c9e..ed6731ef053b567f39e7f0046b0525639063ee54 100644
|
| --- a/chrome/browser/resources/print_preview/native_layer.js
|
| +++ b/chrome/browser/resources/print_preview/native_layer.js
|
| @@ -705,7 +705,8 @@ cr.define('print_preview', function() {
|
| /**
|
| * Updates print preset options from source PDF document.
|
| * Called from PrintPreviewUI::OnSetOptionsFromDocument().
|
| - * @param {{disableScaling: boolean, copies: number}} options Specifies
|
| + * @param {{disableScaling: boolean, copies: number,
|
| + * duplex: number}} options Specifies
|
| * printing options according to source document presets.
|
| * @private
|
| */
|
|
|