| Index: chrome/browser/dom_ui/print_preview_handler.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/print_preview_handler.h (revision 74317)
|
| +++ chrome/browser/dom_ui/print_preview_handler.h (working copy)
|
| @@ -27,6 +27,7 @@
|
| 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);
|
|
|
| // Pointer to current print system.
|
| scoped_refptr<printing::PrintBackend> print_backend_;
|
|
|