Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index cfb97193b16dd6d9bf36233e28f5fce850f2fa46..86e050deb84e19d079da91da917a50c0220292d6 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -379,3 +379,9 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewFailed, |
// Tell the browser print preview was cancelled. |
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewCancelled, |
int /* document cookie */) |
+ |
+// Tell the browser print preview found the selected printer has invalid |
+// settings (which typically caused by disconnected network printer or printer |
+// driver is bogus). |
+IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, |
+ int /* document cookie */) |