| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index c0e1a8a6187166ae4bb62425d1255d3b61f38774..a4c2f300379a6e5036fcb66f1beae3898b33130a 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -381,6 +381,10 @@ IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_CheckForCancel,
|
| int /* request id */,
|
| bool /* print preview cancelled */)
|
|
|
| +// Asks the browser whether scripted printing is allowed.
|
| +IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_CheckScriptedPrintAllowed,
|
| + bool /* print allowed */)
|
| +
|
| // Sends back to the browser the complete rendered document (non-draft mode,
|
| // used for printing) that was requested by a PrintMsg_PrintPreview message.
|
| // The memory handle in this message is already valid in the browser process.
|
|
|