| 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..025f8aadcdeb43cf30ee838d9abc4995c56710d5 100644
|
| --- a/chrome/browser/printing/print_job_worker_owner.h
|
| +++ b/chrome/browser/printing/print_job_worker_owner.h
|
| @@ -44,10 +44,9 @@ class PrintJobWorkerOwner
|
| // Cookie uniquely identifying the PrintedDocument and/or loaded settings.
|
| virtual int cookie() const = 0;
|
|
|
| - // Returns true if the current thread is a thread on which a task
|
| - // may be run, and false if no task will be run on the current
|
| - // thread.
|
| - bool RunsTasksOnCurrentThread() const;
|
| + // Returns true if tasks posted to this TaskRunner are sequenced
|
| + // with this call.
|
| + bool RunsTasksInCurrentSequence() const;
|
|
|
| // Posts the given task to be run.
|
| bool PostTask(const tracked_objects::Location& from_here,
|
|
|