| Index: chrome/browser/ui/webui/print_preview_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/print_preview_handler.h (revision 103066)
|
| +++ chrome/browser/ui/webui/print_preview_handler.h (working copy)
|
| @@ -142,8 +142,8 @@
|
| // |args| is unused.
|
| void HandleManagePrinters(const base::ListValue* args);
|
|
|
| - // Asks the browser to show the cloud print dialog.
|
| - void HandlePrintWithCloudPrint();
|
| + // Asks the browser to show the cloud print dialog. |args| is unused.
|
| + void HandlePrintWithCloudPrint(const base::ListValue* args);
|
|
|
| // Asks the browser to close the preview tab. |args| is unused.
|
| void HandleClosePreviewTab(const base::ListValue* args);
|
|
|