| 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 2e5fcbf7bdcec741aab3ed242bab5f1863b4fd4d..f6f1a37fda19e7707662f3a2e35bf05c944183cb 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
|
| @@ -84,10 +84,8 @@ class PrintPreviewUI : public ConstrainedWebDialogUI {
|
| // Notifies the Web UI of a print preview request with |request_id|.
|
| void OnPrintPreviewRequest(int request_id);
|
|
|
| -#if !defined(OS_WIN)
|
| // Notifies the Web UI to show the system dialog.
|
| void OnShowSystemDialog();
|
| -#endif // !OS_WIN
|
|
|
| // Notifies the Web UI about the page count of the request preview.
|
| void OnDidGetPreviewPageCount(
|
|
|