| Index: chrome/browser/webui/print_preview_handler.h
|
| diff --git a/chrome/browser/webui/print_preview_handler.h b/chrome/browser/webui/print_preview_handler.h
|
| index 96d308a4235e09885e881f36fd41b22f15278b17..7a1c1b5421653970cbb4d18472a57a8513a1b18c 100644
|
| --- a/chrome/browser/webui/print_preview_handler.h
|
| +++ b/chrome/browser/webui/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.
|
|
|