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 ccd2e77f6eb8f0e0994c91698153377bdf396bbc..a9519c0b53edc7d91bb7a7ee4968f7a65eb386fb 100644 |
--- a/chrome/browser/ui/webui/print_preview_ui.h |
+++ b/chrome/browser/ui/webui/print_preview_ui.h |
@@ -96,6 +96,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(); |
+ |
private: |
FRIEND_TEST_ALL_PREFIXES(PrintPreviewTabControllerUnitTest, |
TitleAfterReload); |