| 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 2166080fc287a32a57108e479feaf03e7d7646aa..8cee113c8d5ebff9e0c71274c87f41fda1d2f464 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -242,7 +242,8 @@ class PrintPreviewHandler
|
| std::unique_ptr<base::DictionaryValue> settings_info);
|
|
|
| // Send the list of printers to the Web UI.
|
| - void SetupPrinterList(const printing::PrinterList& printer_list);
|
| + void SetupPrinterList(const std::string& callback_id,
|
| + const printing::PrinterList& printer_list);
|
|
|
| // Send whether cloud print integration should be enabled.
|
| void SendCloudPrintEnabled();
|
|
|