| 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 f97d0c21f3e42b91788d2542c62170bf375b16f3..169653b50cd41bd68a0b0b4518372f58cfac9920 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.html
|
| +++ b/chrome/browser/resources/print_preview/print_preview.html
|
| @@ -57,6 +57,15 @@
|
| </div>
|
| </div>
|
| <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>
|
|
|