Chromium Code Reviews| Index: chrome/browser/dom_ui/print_preview_handler.h |
| diff --git a/chrome/browser/dom_ui/print_preview_handler.h b/chrome/browser/dom_ui/print_preview_handler.h |
| index 4149146334e7528ba56271a5165c31499317414f..59402ff707c44a10c5e919ce0b67a1a615550d76 100644 |
| --- a/chrome/browser/dom_ui/print_preview_handler.h |
| +++ b/chrome/browser/dom_ui/print_preview_handler.h |
| @@ -27,6 +27,7 @@ class PrintPreviewHandler : public WebUIMessageHandler, |
| private: |
| // Get the list of printers and send it to the Web UI. |args| is unused. |
| void HandleGetPrinters(const ListValue* args); |
| + void HandlePrint(const ListValue* args); |
|
James Hawkins
2011/02/16 22:58:21
Document this method.
kmadhusu
2011/02/17 19:20:31
Done.
|
| // Pointer to current print system. |
| scoped_refptr<printing::PrintBackend> print_backend_; |