| Index: chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| index f981b253b3c00999e9594c498d723c40a94e953c..0514368ca5615daa5d590f8eeb493865e5fec3cc 100644
|
| --- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| +++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
|
| @@ -29,6 +29,12 @@
|
| <span>$i18n{optionBackgroundColorsAndImages}</span>
|
| </label>
|
| </div>
|
| + <div id="rasterize-container">
|
| + <label aria-live="polite">
|
| + <input class="checkbox" type="checkbox">
|
| + <span>$i18n{optionRasterize}</span>
|
| + </label>
|
| + </div>
|
| <div id="selection-only-container">
|
| <label aria-live="polite">
|
| <input class="checkbox" type="checkbox">
|
|
|