Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3935)

Unified Diff: chrome/browser/chromeos/printing/cups_print_job_manager.h

Issue 2748253005: Cleanup jobs which have failed. (Closed)
Patch Set: fix fake Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/printing/cups_print_job_manager.h
diff --git a/chrome/browser/chromeos/printing/cups_print_job_manager.h b/chrome/browser/chromeos/printing/cups_print_job_manager.h
index 08afea6a869e8f5b41bdc1b38621023548fbcd54..06885f1a78e5b06c4d6aeb71b8fb2c9df02617c8 100644
--- a/chrome/browser/chromeos/printing/cups_print_job_manager.h
+++ b/chrome/browser/chromeos/printing/cups_print_job_manager.h
@@ -53,7 +53,8 @@ class CupsPrintJobManager : public KeyedService {
void Shutdown() override;
// Cancel a print job |job|. Note the |job| will be deleted after cancelled.
- virtual bool CancelPrintJob(CupsPrintJob* job) = 0;
+ // There will be no notifications after cancellation.
+ virtual void CancelPrintJob(CupsPrintJob* job) = 0;
virtual bool SuspendPrintJob(CupsPrintJob* job) = 0;
virtual bool ResumePrintJob(CupsPrintJob* job) = 0;
« no previous file with comments | « chrome/browser/chromeos/printing/cups_print_job.h ('k') | chrome/browser/chromeos/printing/cups_print_job_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698