Chromium Code Reviews| 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, |