| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index 89d377e02768ef679bf5f4af94720d4c20096d47..67fa13cfc28f5e0965be9496e871d894dff15113 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -382,3 +382,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 */)
|
|
|