| 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 4d50d40aacb6b10c755133ebd31194ebeb5d9453..4b69a17624c6b2387518dd9685c2d277277144e2 100644
|
| --- a/chrome/browser/ui/webui/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview_handler.h
|
| @@ -142,8 +142,8 @@ class PrintPreviewHandler : public WebUIMessageHandler,
|
| // |args| is unused.
|
| void HandleManagePrinters(const base::ListValue* args);
|
|
|
| - // Asks the browser to show the cloud print dialog. |args| is unused.
|
| - void HandlePrintWithCloudPrint(const base::ListValue* args);
|
| + // Asks the browser to show the cloud print dialog.
|
| + void HandlePrintWithCloudPrint();
|
|
|
| // Asks the browser to close the preview tab. |args| is unused.
|
| void HandleClosePreviewTab(const base::ListValue* args);
|
|
|