| 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 a219539de2afd4bc0c4a565a3cafb8aab3410828..52a52f3232c8618d99b74ffa902247ba7e656f46 100644
|
| --- a/chrome/browser/ui/webui/print_preview_ui.h
|
| +++ b/chrome/browser/ui/webui/print_preview_ui.h
|
| @@ -104,6 +104,10 @@ class PrintPreviewUI : public ChromeWebUI {
|
| // Notifies the Web UI renderer that file selection has been cancelled.
|
| void OnFileSelectionCancelled();
|
|
|
| + // Notifies the Web UI that the printer is unavailable or its settings are
|
| + // invalid.
|
| + void OnInvalidPrinterSettings();
|
| +
|
| // Notifies the Web UI to cancel the pending preview request.
|
| void OnCancelPendingPreviewRequest();
|
|
|
|
|