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

Unified Diff: chrome/service/cloud_print/printer_job_handler.h

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « chrome/renderer/media/cast_threads.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/printer_job_handler.h
diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h
index e6f9b498bda55f8a9727a70cb1a835ddcea19bc5..6fea76b19cf61ba861126a86c950c2fa685d8097 100644
--- a/chrome/service/cloud_print/printer_job_handler.h
+++ b/chrome/service/cloud_print/printer_job_handler.h
@@ -274,8 +274,8 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
// The Job spooler object. This is only non-NULL during a print operation.
// It lives and dies on |print_thread_|
scoped_refptr<PrintSystem::JobSpooler> job_spooler_;
- // The message loop proxy representing the thread on which this object
- // was created. Used by the print thread.
+ // The task runner representing the thread on which this object was created.
+ // Used by the print thread.
scoped_refptr<base::SingleThreadTaskRunner> job_handler_task_runner_;
// There may be pending tasks in the message queue when Shutdown is called.
« no previous file with comments | « chrome/renderer/media/cast_threads.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698