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

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: Also fix unit tests 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..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);
}

Powered by Google App Engine
This is Rietveld 408576698