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

Unified Diff: components/scheduler/child/scheduler_tqm_delegate_for_test.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_for_test.h
diff --git a/components/scheduler/child/scheduler_tqm_delegate_for_test.h b/components/scheduler/child/scheduler_tqm_delegate_for_test.h
index d7768f38a866c7dd93ce4e85d38afd5fd2c7147a..1fc734147c3c9e59423d12f9be698a8072ee9d3e 100644
--- a/components/scheduler/child/scheduler_tqm_delegate_for_test.h
+++ b/components/scheduler/child/scheduler_tqm_delegate_for_test.h
@@ -32,8 +32,6 @@ class SchedulerTqmDelegateForTest : public SchedulerTqmDelegate {
bool RunsTasksOnCurrentThread() const override;
bool IsNested() const override;
base::TimeTicks NowTicks() override;
- void OnNoMoreImmediateWork() override;
- double CurrentTimeSeconds() const override;
base::SingleThreadTaskRunner* default_task_runner() const {
return default_task_runner_.get();
« no previous file with comments | « components/scheduler/child/scheduler_helper.cc ('k') | components/scheduler/child/scheduler_tqm_delegate_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698