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

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

Issue 1743813002: Revert of [cherrypick] Fix computation of runtime for throttled tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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 | « components/scheduler/base/time_domain_unittest.cc ('k') | components/scheduler/base/virtual_time_domain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/virtual_time_domain.h
diff --git a/components/scheduler/base/virtual_time_domain.h b/components/scheduler/base/virtual_time_domain.h
index 59f615f328657d23185bf9c48590391e04a33a4e..6091b31ddad1e46c2d5316a9e8cadc4d3f2c95ec 100644
--- a/components/scheduler/base/virtual_time_domain.h
+++ b/components/scheduler/base/virtual_time_domain.h
@@ -20,8 +20,6 @@
// TimeDomain implementation:
LazyNow CreateLazyNow() override;
- base::TimeTicks ComputeDelayedRunTime(base::TimeTicks time_domain_now,
- base::TimeDelta delay) const override;
bool MaybeAdvanceTime() override;
const char* GetName() const override;
« no previous file with comments | « components/scheduler/base/time_domain_unittest.cc ('k') | components/scheduler/base/virtual_time_domain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698