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

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

Issue 1477353002: Revert of Move throttling of background timers into the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/BUILD.gn ('k') | components/scheduler/base/real_time_domain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/real_time_domain.h
diff --git a/components/scheduler/base/real_time_domain.h b/components/scheduler/base/real_time_domain.h
index 82525637d66fce4e3783f0e37d237d7174c9ba13..f382fad3f0830527953f9bc8971effe4368d2d40 100644
--- a/components/scheduler/base/real_time_domain.h
+++ b/components/scheduler/base/real_time_domain.h
@@ -17,7 +17,6 @@
class SCHEDULER_EXPORT RealTimeDomain : public TimeDomain {
public:
RealTimeDomain();
- ~RealTimeDomain() override;
// TimeDomain implementation:
LazyNow CreateLazyNow() override;
@@ -41,6 +40,8 @@
base::Closure do_work_closure_;
base::WeakPtrFactory<RealTimeDomain> weak_factory_;
+ ~RealTimeDomain() override;
+
DISALLOW_COPY_AND_ASSIGN(RealTimeDomain);
};
« no previous file with comments | « components/scheduler/BUILD.gn ('k') | components/scheduler/base/real_time_domain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698