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

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

Issue 1646583002: [Reland] Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebViewSchedulerImpl to unregister the virtual_time_domain_ in the destructor Created 4 years, 11 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
Index: components/scheduler/child/scheduler_helper.h
diff --git a/components/scheduler/child/scheduler_helper.h b/components/scheduler/child/scheduler_helper.h
index 272af6af17a95398f52f42b63cc2623f7236aa2d..6eb730cc2dd3d7733495484a95e42c75fae6990d 100644
--- a/components/scheduler/child/scheduler_helper.h
+++ b/components/scheduler/child/scheduler_helper.h
@@ -97,6 +97,7 @@ class SCHEDULER_EXPORT SchedulerHelper : public TaskQueueManager::Observer {
void UnregisterTimeDomain(TimeDomain* time_domain);
const scoped_refptr<SchedulerTqmDelegate>& scheduler_tqm_delegate() const;
bool GetAndClearSystemIsQuiescentBit();
+ TaskQueue* CurrentSelectedTaskQueue() const;
Sami 2016/02/01 11:15:07 Similarly CurrentlyExecutingTaskQueue?
alex clarke (OOO till 29th) 2016/02/01 14:16:54 Done.
// Test helpers.
void SetWorkBatchSizeForTesting(size_t work_batch_size);

Powered by Google App Engine
This is Rietveld 408576698