| Index: chrome/browser/resources/print_preview/header_footer_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/header_footer_settings.js b/chrome/browser/resources/print_preview/header_footer_settings.js
|
| index 7b93f1687b54a95c73a300b3f98f6c37552f1c95..993fe839d780c8a4d48cbd6cc3b12537fbb41605 100644
|
| --- a/chrome/browser/resources/print_preview/header_footer_settings.js
|
| +++ b/chrome/browser/resources/print_preview/header_footer_settings.js
|
| @@ -60,7 +60,7 @@ cr.define('print_preview', function() {
|
| */
|
| onPDFLoaded_: function() {
|
| if (!previewModifiable) {
|
| - fadeOutElement(this.headerFooterOption_);
|
| + fadeOutOption(this.headerFooterOption_);
|
| this.headerFooterCheckbox_.checked = false;
|
| }
|
| },
|
|
|