| Index: chrome/service/cloud_print/printer_job_handler.h
|
| ===================================================================
|
| --- chrome/service/cloud_print/printer_job_handler.h (revision 69496)
|
| +++ chrome/service/cloud_print/printer_job_handler.h (working copy)
|
| @@ -230,6 +230,12 @@
|
| bool HavePendingTasks();
|
| void FailedFetchingJobData();
|
|
|
| + // Callback that asynchronously receives printer caps and defaults.
|
| + void OnReceivePrinterCaps(
|
| + bool succeeded,
|
| + const std::string& printer_name,
|
| + const printing::PrinterCapsAndDefaults& caps_and_defaults);
|
| +
|
| // Called on print_thread_.
|
| void DoPrint(const JobDetails& job_details,
|
| const std::string& printer_name);
|
|
|