| 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 8778c9b00eef2b61b142c4abbbca16bb1afc068e..e0c551cab2ad431e034ce7c7f720b3cc406c9c06 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 no printer is installed, or the settings of
|
| + // default printer is invalid.
|
| + void OnInvalidDefaultPrinter();
|
| +
|
| private:
|
| // Returns the Singleton instance of the PrintPreviewDataService.
|
| PrintPreviewDataService* print_preview_data_service();
|
|
|