summaryrefslogtreecommitdiff
path: root/base/threading/worker_pool_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/worker_pool_posix.cc')
-rw-r--r--base/threading/worker_pool_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/worker_pool_posix.cc b/base/threading/worker_pool_posix.cc
index 2133ba98e2..e0efa463f7 100644
--- a/base/threading/worker_pool_posix.cc
+++ b/base/threading/worker_pool_posix.cc
@@ -62,7 +62,7 @@ WorkerPoolImpl::WorkerPoolImpl()
void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here,
base::Closure task,
- bool /*task_is_slow*/) {
+ bool task_is_slow) {
pool_->PostTask(from_here, std::move(task));
}