Index: chrome/browser/chromeos/printing/cups_print_job_manager_impl.h |
diff --git a/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h b/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h |
index d32066d6f8e3a6daea969c36ba5f715b487d2c30..886cf0635597919ba605419600e0c7c93ce5702b 100644 |
--- a/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h |
+++ b/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h |
@@ -67,8 +67,8 @@ class CupsPrintJobManagerImpl : public CupsPrintJobManager, |
// Mark remaining jobs as errors and remove active jobs. |
void PurgeJobs(); |
- // Updates the state and performs the appropriate notifications. |
- void JobStateUpdated(CupsPrintJob* job, CupsPrintJob::State new_state); |
+ // Notify observers that a state update has occured for |job|. |
+ void NotifyJobStateUpdate(CupsPrintJob* job); |
// Ongoing print jobs. |
std::map<std::string, std::unique_ptr<CupsPrintJob>> jobs_; |