Chromium Code Reviews| Index: chrome/renderer/render_view.h |
| =================================================================== |
| --- chrome/renderer/render_view.h (revision 71761) |
| +++ chrome/renderer/render_view.h (working copy) |
| @@ -1075,6 +1075,9 @@ |
| const WebKit::WebURLError& error, |
| bool replace); |
| + // Common method for OnPrintPages() and OnPrintPreview(). |
| + void OnPrint(bool is_preview); |
| + |
| // Prints |frame|. |
| void Print(WebKit::WebFrame* frame, bool script_initiated, bool is_preview); |