| Index: chrome/renderer/printing/print_web_view_helper.h
|
| diff --git a/chrome/renderer/printing/print_web_view_helper.h b/chrome/renderer/printing/print_web_view_helper.h
|
| index 741e8d7d28f66b232c32f93983883a050c499983..b4d7d06664172def2804190964d5774c975e517c 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper.h
|
| +++ b/chrome/renderer/printing/print_web_view_helper.h
|
| @@ -118,10 +118,8 @@ class PrintWebViewHelper
|
| virtual void DidStopLoading() OVERRIDE;
|
|
|
| // Message handlers ---------------------------------------------------------
|
| -#if !defined(OS_WIN)
|
| void OnPrintPages();
|
| void OnPrintForSystemDialog();
|
| -#endif // !OS_WIN
|
| void OnInitiatePrintPreview(bool selection_only);
|
| void OnPrintPreview(const base::DictionaryValue& settings);
|
| void OnPrintForPrintPreview(const base::DictionaryValue& job_settings);
|
|
|