| Index: chrome/browser/printing/print_job_manager.h
|
| diff --git a/chrome/browser/printing/print_job_manager.h b/chrome/browser/printing/print_job_manager.h
|
| index f25764e44d5a7b22f1b39057d8d246d5becaaecb..db04b27d81ddb9a0f439ace1f9abecb93c94293d 100644
|
| --- a/chrome/browser/printing/print_job_manager.h
|
| +++ b/chrome/browser/printing/print_job_manager.h
|
| @@ -59,6 +59,9 @@ class PrintJobManager : public content::NotificationObserver {
|
| void OnPrintJobEvent(PrintJob* print_job,
|
| const JobEventDetails& event_details);
|
|
|
| + // Removes job from |current_jobs_|;
|
| + void RemoveJob(PrintJob* print_job);
|
| +
|
| content::NotificationRegistrar registrar_;
|
|
|
| // Used to serialize access to queued_workers_.
|
|
|