| Index: chrome/browser/resources/print_preview/print_preview.html
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
|
| index 0be03b64e83d48bd7c9af0b600b7612128c4db59..e29241987a66ed0f2079523647fb5c8c66085053 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.html
|
| +++ b/chrome/browser/resources/print_preview/print_preview.html
|
| @@ -45,6 +45,14 @@
|
| <hr>
|
| <include src="color_settings.html"></include>
|
| <hr>
|
| + <div id="options-option" class="two-column option visible">
|
| + <h1 i18n-content="optionsLabel"></h1>
|
| + <div>
|
| + <input id="header-footer" type="checkbox" checked/>
|
| + <label for="header-footer" i18n-content="optionHeaderFooter"></label>
|
| + </div>
|
| + </div>
|
| + <hr id="options-horizontal-separator">
|
| <div id="system-dialog-div">
|
| <button id="system-dialog-link" class="link-button"
|
| i18n-content="systemDialogOption"></button>
|
|
|