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

Unified Diff: components/scheduler/child/null_idle_task_runner.cc

Issue 1151353003: [scheduler]: Avoid waking up the scheduler to end long idle periods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@end_idle_sync_2
Patch Set: Created 5 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: components/scheduler/child/null_idle_task_runner.cc
diff --git a/components/scheduler/child/null_idle_task_runner.cc b/components/scheduler/child/null_idle_task_runner.cc
index 9d11e7c565f35095d7805ab1c26f184b36343e4d..a1f365b77f4c91fb93c74c6ffa1303c6b3799742 100644
--- a/components/scheduler/child/null_idle_task_runner.cc
+++ b/components/scheduler/child/null_idle_task_runner.cc
@@ -9,7 +9,7 @@ namespace scheduler {
NullIdleTaskRunner::NullIdleTaskRunner()
: SingleThreadIdleTaskRunner(nullptr,
nullptr,
- base::Callback<void(base::TimeTicks*)>(),
+ nullptr,
"null.taskrunner") {
}

Powered by Google App Engine
This is Rietveld 408576698