summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 22:48:54 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-05 22:48:54 +0000
commitaa39f1b830abaddcb87e5eecb090464cf089c173 (patch)
treec4f20248fee26a885f272829e11fb0eaf6f7fdf9 /chrome/common/print_messages.h
parentf23ee0d417b5881a4c52f06b49d07f97490578f7 (diff)
downloadchromium_src-aa39f1b830abaddcb87e5eecb090464cf089c173.zip
chromium_src-aa39f1b830abaddcb87e5eecb090464cf089c173.tar.gz
chromium_src-aa39f1b830abaddcb87e5eecb090464cf089c173.tar.bz2
Printing: Notify the browser process of renderer print failures.
BUG=none TEST=included Review URL: http://codereview.chromium.org/6883278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/print_messages.h')
-rw-r--r--chrome/common/print_messages.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index bde5325..d0c7c62 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -213,6 +213,10 @@ IPC_MESSAGE_ROUTED0(PrintHostMsg_ScriptInitiatedPrintPreview)
IPC_MESSAGE_ROUTED1(PrintHostMsg_PagesReadyForPreview,
PrintHostMsg_DidPreviewDocument_Params /* params */)
+// Tell the browser printing failed.
+IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintingFailed,
+ int /* document cookie */)
+
// Tell the browser print preview failed.
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewFailed,
int /* document cookie */)