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

Unified Diff: third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h

Issue 2812703002: Revert of [scheduler] Add TaskQueue::Observer (Closed)
Patch Set: Manual Revert Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/base/task_queue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h
diff --git a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h
index b6cdfc764887c540ca915b977aee21054f782ab2..dd3e1d2f4c24b92511ae5a2ecb28d01316be6d09 100644
--- a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h
+++ b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h
@@ -71,8 +71,8 @@ class SingleThreadIdleTaskRunner
const IdleTask& idle_task);
// |idle_task| is eligible to run after the next time an idle period starts
- // after |delay|. Note this has after wake-up semantics, i.e. unless
- // something else wakes the CPU up, this won't run.
+ // after |delay|. Note this has after wakeup semantics, i.e. unless something
+ // else wakes the CPU up, this won't run.
virtual void PostDelayedIdleTask(const tracked_objects::Location& from_here,
const base::TimeDelta delay,
const IdleTask& idle_task);
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/base/task_queue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698