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

Unified Diff: base/threading/worker_pool_posix.cc

Issue 1997153002: libchrome: Several upstreamable fixes from libchrome Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698