Chromium Code Reviews| 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 { |