| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index 593fc26e877c92ce95d2b357047bd0d27186b953..d64937da5d70648db889d7eaa4408e41d2170115 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -163,8 +163,7 @@ class PrintPreviewHandler : public content::WebUIMessageHandler,
|
| void SendCloudPrintEnabled();
|
|
|
| // Send the PDF data to the cloud to print.
|
| - void SendCloudPrintJob(const base::DictionaryValue& settings,
|
| - std::string print_ticket);
|
| + void SendCloudPrintJob();
|
|
|
| // Gets the initiator tab for the print preview tab.
|
| TabContents* GetInitiatorTab() const;
|
|
|