| 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 52a52f3232c8618d99b74ffa902247ba7e656f46..4c66c0ca0ff4deebab1b8a9cb24a91d979994943 100644
|
| --- a/chrome/browser/ui/webui/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview_ui.h
|
| @@ -104,6 +104,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();
|
|
|