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

Unified Diff: components/scheduler/renderer/idle_time_estimator.h

Issue 1409073002: Make IdleTimeEstimator ignore nested tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Needs to be DCHECK_GE Created 5 years, 2 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 | « no previous file | components/scheduler/renderer/idle_time_estimator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/renderer/idle_time_estimator.h
diff --git a/components/scheduler/renderer/idle_time_estimator.h b/components/scheduler/renderer/idle_time_estimator.h
index 4b699154113cb53aafae696b3d48adae2b0bc9d9..eb9eee3d95e73c71f448c4df896115681e50385e 100644
--- a/components/scheduler/renderer/idle_time_estimator.h
+++ b/components/scheduler/renderer/idle_time_estimator.h
@@ -13,7 +13,7 @@
namespace scheduler {
-// Estimates how much idle time there is available.
+// Estimates how much idle time there is available. Ignores nested tasks.
class SCHEDULER_EXPORT IdleTimeEstimator
: public base::MessageLoop::TaskObserver {
public:
« no previous file with comments | « no previous file | components/scheduler/renderer/idle_time_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698