Index: chrome/browser/printing/print_job_worker.h |
diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h |
index beb3cd7f4545bb52088f42540b03a365446b1050..2ce01f081acbdfb041c8d9ac648a2d05bf2cfbd2 100644 |
--- a/chrome/browser/printing/print_job_worker.h |
+++ b/chrome/browser/printing/print_job_worker.h |
@@ -27,8 +27,7 @@ class PrintedPage; |
class PrintJob; |
class PrintJobWorkerOwner; |
-// Worker thread code. All this code, except for the constructor, is executed in |
-// the worker thread. It manages the PrintingContext, which can be blocking |
+// Worker thread code. It manages the PrintingContext, which can be blocking |
// and/or run a message loop. This is the object that generates most |
// NOTIFY_PRINT_JOB_EVENT notifications, but they are generated through a |
// NotificationTask task to be executed from the right thread, the UI thread. |