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

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: Fix thread_hop_task DCHECK 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..27e33aa007f5dfac76460d0e7e0fa45e0c53ff32 100644
--- a/components/scheduler/child/scheduler_helper.h
+++ b/components/scheduler/child/scheduler_helper.h
@@ -83,8 +83,8 @@ class SCHEDULER_EXPORT SchedulerHelper : public TaskQueueManager::Observer {
void SetObserver(Observer* observer);
// Accessor methods.
+ const scoped_refptr<RealTimeDomain>& real_time_domain() const;
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