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

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

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: fixed build error 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_owner.h ('k') | chrome/browser/printing/printer_query.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.cc
diff --git a/chrome/browser/printing/print_job_worker_owner.cc b/chrome/browser/printing/print_job_worker_owner.cc
index acddfd29317810fd3a7fc3ed9ced0977601b89f8..ea08de23ae461603c740f19d95f2236b3f0d5804 100644
--- a/chrome/browser/printing/print_job_worker_owner.cc
+++ b/chrome/browser/printing/print_job_worker_owner.cc
@@ -16,8 +16,8 @@ PrintJobWorkerOwner::PrintJobWorkerOwner()
PrintJobWorkerOwner::~PrintJobWorkerOwner() {
}
-bool PrintJobWorkerOwner::RunsTasksOnCurrentThread() const {
- return task_runner_->RunsTasksOnCurrentThread();
+bool PrintJobWorkerOwner::RunsTasksInCurrentSequence() const {
+ return task_runner_->RunsTasksInCurrentSequence();
}
bool PrintJobWorkerOwner::PostTask(const tracked_objects::Location& from_here,
« no previous file with comments | « chrome/browser/printing/print_job_worker_owner.h ('k') | chrome/browser/printing/printer_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698