| Index: chrome/browser/resources/print_preview/data/destination.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination.js b/chrome/browser/resources/print_preview/data/destination.js
|
| index 4bbaeb12f2853cb6a7a66c2dde5545f02ed5c338..fef1976625cda3a1b487702671b9af13b882bf4e 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination.js
|
| @@ -28,7 +28,8 @@ cr.exportPath('print_preview');
|
| * page_orientation: ({
|
| * option: !Array.<{type: (string|undefined),
|
| * is_default: (boolean|undefined)}>
|
| - * }|undefined)
|
| + * }|undefined),
|
| + * media_size: print_preview.ticket_items.MediaSize
|
| * }
|
| * }}
|
| */
|
|
|