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

Unified Diff: components/scheduler/child/scheduler_helper.h

Issue 1432263002: (reland) Adds TimeDomains to the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed NextPendingDelayedTaskRunTime 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/child/idle_helper_unittest.cc ('k') | components/scheduler/child/scheduler_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/scheduler_helper.h
diff --git a/components/scheduler/child/scheduler_helper.h b/components/scheduler/child/scheduler_helper.h
index 9570f73d82c93d6d152ff7c684ecbcb3d1ee1b64..fd6475a1c92d1212bab79dcf250057dcb6ba9c4c 100644
--- a/components/scheduler/child/scheduler_helper.h
+++ b/components/scheduler/child/scheduler_helper.h
@@ -82,9 +82,10 @@ class SCHEDULER_EXPORT SchedulerHelper : public TaskQueueManager::Observer {
// Note |observer| is expected to outlive the SchedulerHelper.
void SetObserver(Observer* observer);
+ const scoped_refptr<RealTimeDomain>& real_time_domain() const;
Sami 2015/11/19 16:11:20 nit: move into accessor methods section below.
alex clarke (OOO till 29th) 2015/11/19 16:52:56 Done.
+
// Accessor methods.
const scoped_refptr<SchedulerTqmDelegate>& scheduler_tqm_delegate() const;
- base::TimeTicks NextPendingDelayedTaskRunTime() const;
bool GetAndClearSystemIsQuiescentBit();
// Test helpers.
« no previous file with comments | « components/scheduler/child/idle_helper_unittest.cc ('k') | components/scheduler/child/scheduler_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698