Index: chrome/renderer/mock_render_thread.h |
=================================================================== |
--- chrome/renderer/mock_render_thread.h (revision 96579) |
+++ chrome/renderer/mock_render_thread.h (working copy) |
@@ -126,7 +126,7 @@ |
void OnDidGetPrintedPagesCount(int cookie, int number_pages); |
void OnDidPrintPage(const PrintHostMsg_DidPrintPage_Params& params); |
void OnDidGetPreviewPageCount(int document_cookie, int number_pages, |
- bool is_modifiable, bool clear_preview_data); |
+ bool is_modifiable); |
void OnDidPreviewPage(const PrintHostMsg_DidPreviewPage_Params& params); |
// For print preview, PrintWebViewHelper will update settings. |