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

Unified Diff: components/scheduler/base/task_queue_manager_delegate.h

Issue 1652083002: Prepare for per-webview virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 11 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/base/task_queue_manager_delegate.h
diff --git a/components/scheduler/base/task_queue_manager_delegate.h b/components/scheduler/base/task_queue_manager_delegate.h
index b11f7d3ada5fbd461015149f0de5119fab3c4416..1bb405015f495c64c5fb143b0d8319e8730ecaeb 100644
--- a/components/scheduler/base/task_queue_manager_delegate.h
+++ b/components/scheduler/base/task_queue_manager_delegate.h
@@ -23,16 +23,6 @@ class SCHEDULER_EXPORT TaskQueueManagerDelegate
// a nested task).
virtual bool IsNested() const = 0;
- // Used by the TaskQueueManager to tell us there is no more non-delayed work
- // to do.
- // TODO(alexclarke): Try and find a better interface that avoids the need for
- // this.
- virtual void OnNoMoreImmediateWork() = 0;
-
- // Returns the time as a double which is the number of seconds since epoch
- // (Jan 1, 1970). Blink uses this format to represent time.
- virtual double CurrentTimeSeconds() const = 0;
-
protected:
~TaskQueueManagerDelegate() override {}
« no previous file with comments | « components/scheduler/base/task_queue_manager.cc ('k') | components/scheduler/base/task_queue_manager_delegate_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698