| Index: chrome/browser/ui/webui/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
|
| index 0e3e50776b4de56122b844a7374aa45a1182bfe6..935f6f68bd0e8a760a48bfc452ed2d2bf8229c54 100644
|
| --- a/chrome/browser/ui/webui/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview_handler.h
|
| @@ -60,6 +60,10 @@ class PrintPreviewHandler : public WebUIMessageHandler,
|
| // |args| is unused.
|
| void HandleShowSystemDialog(const ListValue* args);
|
|
|
| + // Ask the browser to show the native printer management dialog.
|
| + // |args| is unused.
|
| + void HandleManagePrinters(const ListValue* args);
|
| +
|
| // Send the printer capabilities to the Web UI.
|
| // |settings_info| contains printer capabilities information.
|
| void SendPrinterCapabilities(const DictionaryValue& settings_info);
|
|
|