| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index e6afec4bcbede7f191ae0b33b8190b097071c013..189aee9db3787706a4a1969e7ee80128b873f113 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -161,6 +161,10 @@ class PrintPreviewHandler : public content::WebUIMessageHandler,
|
| // printer capabilities information.
|
| void SendPrinterCapabilities(const base::DictionaryValue& settings_info);
|
|
|
| + // Sends error notification to the Web UI when unable to return the printer
|
| + // capabilities.
|
| + void SendFailedToGetPrinterCapabilities(const std::string& printer_name);
|
| +
|
| // Send the list of printers to the Web UI.
|
| void SetupPrinterList(const base::ListValue& printers);
|
|
|
|
|