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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui.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/ui/webui/print_preview/print_preview_ui.h
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.h b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
index 7f32261dad683cb41ea074ec27d46de9b11e7d86..8b11dcffc2f9e9e51bed819d8bf4ae31ab69e8d5 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
@@ -143,6 +143,9 @@ class PrintPreviewUI : public ConstrainedWebDialogUI {
// default.
void OnPrintPreviewScalingDisabled();
+ // Notifies the WebUI about number of copies to be printed.
+ void OnPrintPreviewNumCopies(int num_copies);
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 *SetCopies
Nikhil 2014/07/16 13:52:55 Removed, OnSetOptionsFromDocument() will be used.
+
// Allows tests to wait until the print preview dialog is loaded. Optionally
// also instructs the dialog to auto-cancel, which is used for testing only.
class TestingDelegate {

Powered by Google App Engine
This is Rietveld 408576698