| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index eabfc292f21befe1bcdc178b18e2489160815dd1..7bf85925df45a72263a69da33e0b47337571b3c1 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -386,10 +386,12 @@ IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_GetDefaultPrintSettings,
|
|
|
| // The renderer wants to update the current print settings with new
|
| // |job_settings|.
|
| -IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_UpdatePrintSettings,
|
| - int /* document_cookie */,
|
| - base::DictionaryValue /* job_settings */,
|
| - PrintMsg_PrintPages_Params /* current_settings */)
|
| +IPC_SYNC_MESSAGE_CONTROL3_2(PrintHostMsg_UpdatePrintSettings,
|
| + int /* render_view_id */,
|
| + int /* document_cookie */,
|
| + base::DictionaryValue /* job_settings */,
|
| + PrintMsg_PrintPages_Params /* current_settings */,
|
| + bool /* canceled */)
|
|
|
| // It's the renderer that controls the printing process when it is generated
|
| // by javascript. This step is about showing UI to the user to select the
|
|
|