| 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 ad2751d9775e0106fd9644878eca32312c9e84fa..8458cae6af4132e88b1bcc2776eb35ee74023d07 100644
|
| --- a/chrome/browser/dom_ui/print_preview_handler.h
|
| +++ b/chrome/browser/dom_ui/print_preview_handler.h
|
| @@ -28,7 +28,8 @@ 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.
|
| + // First element of |args| is a job settings json string.
|
| void HandlePrint(const ListValue* args);
|
|
|
| // Pointer to current print system.
|
|
|