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 f692ba70984e6ee19ae3878a01d603c4d71c5905..ad115049f225a5f827791a919c25baedd40f0747 100644 |
| --- a/chrome/browser/dom_ui/print_preview_handler.h |
| +++ b/chrome/browser/dom_ui/print_preview_handler.h |
| @@ -28,7 +28,7 @@ class PrintPreviewHandler : public WebUIMessageHandler, |
| // 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. |
| + // Get the job settings from Web UI and initiate printing. |
|
Lei Zhang
2011/02/18 05:21:42
Document what |args| is.
kmadhusu
2011/02/21 01:30:26
Done.
|
| void HandlePrint(const ListValue* args); |
| // Pointer to current print system. |