| Index: chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.h b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| index 28e997df8ecfcb868802166fe9b3482bcf602bce..83c9bc2e1a97c3b345301bde67a85e6f76106035 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| @@ -136,6 +136,10 @@ class PrintPreviewUI : public ConstrainedHtmlUI {
|
| // Reload the printers list.
|
| void OnReloadPrintersList();
|
|
|
| + // Notifies the WebUI that the pdf print scaling option is disabled by
|
| + // default.
|
| + void OnPrintPreviewScalingDisabled();
|
| +
|
| private:
|
| friend class PrintPreviewHandlerTest;
|
| FRIEND_TEST_ALL_PREFIXES(PrintPreviewHandlerTest, StickyMarginsCustom);
|
|
|