| 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..17c3342cb29da1a0eaf7671ff446bb7e691ba394 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);
|
| }
|
|
|
|
|