Index: chrome/renderer/mock_render_thread.h |
diff --git a/chrome/renderer/mock_render_thread.h b/chrome/renderer/mock_render_thread.h |
index b30d31ebe91c5f46bafacf6dde3e5db0856db331..5670f558e6b2a70e9454d53d14f1feb4475e4e08 100644 |
--- a/chrome/renderer/mock_render_thread.h |
+++ b/chrome/renderer/mock_render_thread.h |
@@ -123,7 +123,9 @@ class MockRenderThread : public RenderThreadBase { |
void OnScriptedPrint(const PrintHostMsg_ScriptedPrint_Params& params, |
PrintMsg_PrintPages_Params* settings); |
- void OnDidGetPrintedPagesCount(int cookie, int number_pages); |
+ void OnDidGetBasicPrintJobInfo(int cookie, |
+ int number_pages, |
+ const string16& job_title); |
void OnDidPrintPage(const PrintHostMsg_DidPrintPage_Params& params); |
IPC::TestSink sink_; |