Index: chrome/browser/dom_ui/print_preview_handler.h |
=================================================================== |
--- chrome/browser/dom_ui/print_preview_handler.h (revision 75293) |
+++ chrome/browser/dom_ui/print_preview_handler.h (working copy) |
@@ -28,6 +28,9 @@ |
// Get the list of printers and send it to the Web UI. |args| is unused. |
void HandleGetPrinters(const ListValue* args); |
+ // Print the preview PDF. |args| is unused. |
+ void HandlePrint(const ListValue* args); |
+ |
// Pointer to current print system. |
scoped_refptr<printing::PrintBackend> print_backend_; |