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

Unified Diff: chrome/common/print_messages.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 709be0eb4f035549025292d9dea9110c47e0db30..ff219b1d55e937c3d1893ef03078110bac463ec5 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -446,3 +446,7 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_ShowScriptedPrintPreview,
// Notify the browser that the PDF in the initiator renderer has disabled print
// scaling option.
IPC_MESSAGE_ROUTED0(PrintHostMsg_PrintPreviewScalingDisabled)
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 Let's create structure with all options we'd like
Nikhil 2014/07/10 14:46:53 Shall I create another CL for this first? To intro
+
+// Notify the browser regarding number of copies to be printed.
+IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewNumCopies,
+ int /* number of copies */)

Powered by Google App Engine
This is Rietveld 408576698