diff options
Diffstat (limited to 'chrome/browser/printing/print_dialog_cloud_internal.h')
-rw-r--r-- | chrome/browser/printing/print_dialog_cloud_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/printing/print_dialog_cloud_internal.h b/chrome/browser/printing/print_dialog_cloud_internal.h index e14d339..7270b29 100644 --- a/chrome/browser/printing/print_dialog_cloud_internal.h +++ b/chrome/browser/printing/print_dialog_cloud_internal.h @@ -123,9 +123,9 @@ class CloudPrintFlowHandler : public DOMMessageHandler, const NotificationDetails& details); // Callbacks from the page. - void HandleShowDebugger(const Value* value); - void HandleSendPrintData(const Value* value); - void HandleSetPageParameters(const Value* value); + void HandleShowDebugger(const ListValue* args); + void HandleSendPrintData(const ListValue* args); + void HandleSetPageParameters(const ListValue* args); // Call to get the debugger loaded on our hosted dialog page // specifically. Since we're not in an official browser tab, only |