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

Unified Diff: base/task_scheduler/task_scheduler_impl.h

Issue 2427963002: Support FileDescriptorWatcher in TaskScheduler. (Closed)
Patch Set: nacl Created 4 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
Index: base/task_scheduler/task_scheduler_impl.h
diff --git a/base/task_scheduler/task_scheduler_impl.h b/base/task_scheduler/task_scheduler_impl.h
index 9fea54a45153cf1c8377e79001f667f85c2b1967..a7439a688465ce0d5e789abadbbe5fe6f4557dd3 100644
--- a/base/task_scheduler/task_scheduler_impl.h
+++ b/base/task_scheduler/task_scheduler_impl.h
@@ -79,7 +79,7 @@ class BASE_EXPORT TaskSchedulerImpl : public TaskScheduler {
// worker pops a Task from it.
void ReEnqueueSequenceCallback(scoped_refptr<Sequence> sequence);
- TaskTracker task_tracker_;
+ std::unique_ptr<TaskTracker> task_tracker_;
Thread service_thread_;
std::unique_ptr<DelayedTaskManager> delayed_task_manager_;
const WorkerPoolIndexForTraitsCallback worker_pool_index_for_traits_callback_;

Powered by Google App Engine
This is Rietveld 408576698