Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4304)

Unified Diff: chrome/common/print_messages.h

Issue 7740005: Print preview not showing if default print is invalid. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index cfb97193b16dd6d9bf36233e28f5fce850f2fa46..75bf8a443a404cb56412a28ec96d789cf2c5761b 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -379,3 +379,8 @@ 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 encountered an invalid default printer (either
+// no printer installed or the installed default printer has invalid settings).
+IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidDefaultPrinter,
+ int /* document cookie */)

Powered by Google App Engine
This is Rietveld 408576698