| Index: chrome/browser/ui/webui/print_preview_ui.h
|
| diff --git a/chrome/browser/ui/webui/print_preview_ui.h b/chrome/browser/ui/webui/print_preview_ui.h
|
| index 423b60cea93113215835f11a68a9a97b2fb5c92d..5614e4f4a395672f9738470a0ae63e55607d6fc1 100644
|
| --- a/chrome/browser/ui/webui/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview_ui.h
|
| @@ -107,6 +107,9 @@ class PrintPreviewUI : public ChromeWebUI {
|
| // Notifies the Web UI renderer that file selection has been cancelled.
|
| void OnFileSelectionCancelled();
|
|
|
| + // Notifies the Web UI renderer that file selection has been completed.
|
| + void OnFileSelectionCompleted();
|
| +
|
| // Notifies the Web UI that the printer is unavailable or its settings are
|
| // invalid.
|
| void OnInvalidPrinterSettings();
|
|
|