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 5e8782026d32771e4d5dd3afc371d412d450c375..01cdba407d1036d9c2e4d7f779bb0cbec2cabca3 100644 |
--- a/chrome/browser/ui/webui/print_preview_handler.h |
+++ b/chrome/browser/ui/webui/print_preview_handler.h |
@@ -32,7 +32,8 @@ class PrintPreviewHandler : public WebUIMessageHandler, |
// Get the list of printers. |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. |
+ // First element of |args| is a job settings json string. |
void HandlePrint(const ListValue* args); |
// Send the list of printers to the Web UI. |