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

Unified Diff: components/scheduler/child/scheduler_tqm_delegate_impl.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/child/scheduler_tqm_delegate_impl.h
diff --git a/components/scheduler/child/scheduler_tqm_delegate_impl.h b/components/scheduler/child/scheduler_tqm_delegate_impl.h
index 3f0190788139dc01b5698c4b89a2eebebb28fb69..a41ac676f582cfe1800840f4c185045f56d34068 100644
--- a/components/scheduler/child/scheduler_tqm_delegate_impl.h
+++ b/components/scheduler/child/scheduler_tqm_delegate_impl.h
@@ -33,8 +33,6 @@ class SCHEDULER_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
bool RunsTasksOnCurrentThread() const override;
bool IsNested() const override;
base::TimeTicks NowTicks() override;
- void OnNoMoreImmediateWork() override;
- double CurrentTimeSeconds() const override;
protected:
~SchedulerTqmDelegateImpl() override;

Powered by Google App Engine
This is Rietveld 408576698