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

Unified Diff: chrome/browser/printing/print_preview_message_handler.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/browser/printing/print_preview_message_handler.h
diff --git a/chrome/browser/printing/print_preview_message_handler.h b/chrome/browser/printing/print_preview_message_handler.h
index e9ed913e9d0d6d70a5cced685e5189644eb9b1ca..1e7227f9a5f130c1242e3f30650f21ed5457c659 100644
--- a/chrome/browser/printing/print_preview_message_handler.h
+++ b/chrome/browser/printing/print_preview_message_handler.h
@@ -64,6 +64,7 @@ class PrintPreviewMessageHandler
void OnPrintPreviewCancelled(int document_cookie);
void OnInvalidPrinterSettings(int document_cookie);
void OnPrintPreviewScalingDisabled();
+ void OnPrintPreviewNumCopies(int num_copies);
DISALLOW_COPY_AND_ASSIGN(PrintPreviewMessageHandler);
};

Powered by Google App Engine
This is Rietveld 408576698