| Index: chrome/renderer/print_web_view_helper_linux.cc
|
| ===================================================================
|
| --- chrome/renderer/print_web_view_helper_linux.cc (revision 138102)
|
| +++ chrome/renderer/print_web_view_helper_linux.cc (working copy)
|
| @@ -82,7 +82,8 @@
|
| return false;
|
|
|
| // Tell the browser we've finished writing the file.
|
| - Send(new PrintHostMsg_TempFileForPrintingWritten(sequence_number));
|
| + Send(new PrintHostMsg_TempFileForPrintingWritten(routing_id(),
|
| + sequence_number));
|
| return true;
|
| #else
|
| PrintHostMsg_DidPrintPage_Params printed_page_params;
|
|
|