Index: base/threading/worker_pool_posix.cc |
diff --git a/base/threading/worker_pool_posix.cc b/base/threading/worker_pool_posix.cc |
index dcebe0ab7d2fb704d118a6f797a272ef6c1c0aeb..00cfeba3ee44f3c6e2262e0c59d2ad675ff4ab85 100644 |
--- a/base/threading/worker_pool_posix.cc |
+++ b/base/threading/worker_pool_posix.cc |
@@ -53,7 +53,7 @@ WorkerPoolImpl::~WorkerPoolImpl() { |
void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here, |
const base::Closure& task, |
- bool task_is_slow) { |
+ bool /* task_is_slow */) { |
pool_->PostTask(from_here, task); |
} |