Chromium Code Reviews| Index: chrome/renderer/print_web_view_helper.h |
| =================================================================== |
| --- chrome/renderer/print_web_view_helper.h (revision 75293) |
| +++ chrome/renderer/print_web_view_helper.h (working copy) |
| @@ -89,6 +89,7 @@ |
| // Message handlers. Public for testing. |
| void OnPrintingDone(int document_cookie, bool success); |
| + void OnPrintForPrintPreview(); |
| void OnPrintPages(); |
| void OnPrintPreview(); |
| void OnPrintNodeUnderContextMenu(); |