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

Unified Diff: base/task/cancelable_task_tracker.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/task/cancelable_task_tracker.cc
diff --git a/base/task/cancelable_task_tracker.cc b/base/task/cancelable_task_tracker.cc
index 6a6e1249d2afbdf64ef468b012c79517c8e212eb..6f394100d537c4e508dc949084b51e74311010ee 100644
--- a/base/task/cancelable_task_tracker.cc
+++ b/base/task/cancelable_task_tracker.cc
@@ -39,7 +39,7 @@ void RunIfNotCanceledThenUntrack(const CancellationFlag* flag,
}
bool IsCanceled(const CancellationFlag* flag,
- base::ScopedClosureRunner* cleanup_runner) {
+ base::ScopedClosureRunner* /*cleanup_runner*/) {
return flag->IsSet();
}

Powered by Google App Engine
This is Rietveld 408576698