| Index: chrome/browser/ui/webui/print_preview_ui.h
|
| diff --git a/chrome/browser/ui/webui/print_preview_ui.h b/chrome/browser/ui/webui/print_preview_ui.h
|
| index 3a1b0b9efc4829f2279167fbd8df5514eabd5dbb..3dccc6ce8c8b167461518eb008f21b2427243b4b 100644
|
| --- a/chrome/browser/ui/webui/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview_ui.h
|
| @@ -79,7 +79,8 @@ class PrintPreviewUI : public ConstrainedHtmlUI {
|
| // Notifies the Web UI of the default page layout according to the currently
|
| // selected printer and page size.
|
| void OnDidGetDefaultPageLayout(
|
| - const printing::PageSizeMargins& page_layout);
|
| + const printing::PageSizeMargins& page_layout,
|
| + bool has_custom_page_size_style);
|
|
|
| // Notifies the Web UI that the 0-based page |page_number| has been rendered.
|
| // |preview_request_id| indicates wich request resulted in this response.
|
|
|