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 589f4414c79c6d8ddadde87675a2ba510291dd10..543576f3f1fc5754dd83ea8ff1f077c6caf71e8a 100644 |
--- a/chrome/browser/ui/webui/print_preview_ui.h |
+++ b/chrome/browser/ui/webui/print_preview_ui.h |
@@ -99,6 +99,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(bool show_alert_dialog); |
+ |
// Notifies the Web UI to cancel the pending preview request. |
void OnCancelPendingPreviewRequest(); |