| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 20235)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1081,12 +1081,9 @@
|
| // by javascript. This step is about showing UI to the user to select the
|
| // final print settings. The output parameter is the same as
|
| // ViewMsg_PrintPages which is executed implicitly.
|
| - IPC_SYNC_MESSAGE_ROUTED4_1(ViewHostMsg_ScriptedPrint,
|
| - gfx::NativeViewId /* host_window */,
|
| - int /* cookie */,
|
| - int /* expected_pages_count */,
|
| - bool /* has_selection */,
|
| - ViewMsg_PrintPages_Params /* settings choosen by
|
| + IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_ScriptedPrint,
|
| + ViewHostMsg_ScriptedPrint_Params,
|
| + ViewMsg_PrintPages_Params /* settings choosen by
|
| the user*/)
|
| #endif // defined(OS_WIN)
|
|
|
|
|