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

Unified Diff: chrome/browser/printing/print_job_worker_owner.h

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: Created 3 years, 7 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/browser/printing/print_job_worker.cc ('k') | chrome/browser/printing/print_job_worker_owner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_worker_owner.h
diff --git a/chrome/browser/printing/print_job_worker_owner.h b/chrome/browser/printing/print_job_worker_owner.h
index acb34704f1d09f5473cd572dfe621cf6fcc11681..00aa0f61f50fb769a544749c13bb5ad5fe77c7bb 100644
--- a/chrome/browser/printing/print_job_worker_owner.h
+++ b/chrome/browser/printing/print_job_worker_owner.h
@@ -47,7 +47,7 @@ class PrintJobWorkerOwner
// Returns true if the current thread is a thread on which a task
Lei Zhang 2017/05/15 18:16:10 Update comment?
// may be run, and false if no task will be run on the current
// thread.
- bool RunsTasksOnCurrentThread() const;
+ bool RunsTasksInCurrentSequence() const;
// Posts the given task to be run.
bool PostTask(const tracked_objects::Location& from_here,
« no previous file with comments | « chrome/browser/printing/print_job_worker.cc ('k') | chrome/browser/printing/print_job_worker_owner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698