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

Unified Diff: base/test/scoped_task_scheduler.cc

Issue 2531883002: TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask(). (Closed)
Patch Set: rebase Created 4 years 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 | « base/task_scheduler/task_tracker_unittest.cc ('k') | base/threading/sequenced_worker_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/scoped_task_scheduler.cc
diff --git a/base/test/scoped_task_scheduler.cc b/base/test/scoped_task_scheduler.cc
index db937dd5816be8224ce02b94517c9e07531954b6..2cf5b33cf6422b494df754f0a375f9d8af4b82d0 100644
--- a/base/test/scoped_task_scheduler.cc
+++ b/base/test/scoped_task_scheduler.cc
@@ -23,7 +23,6 @@ ScopedTaskScheduler::ScopedTaskScheduler() {
std::vector<SchedulerWorkerPoolParams> worker_pool_params_vector;
worker_pool_params_vector.emplace_back(
"Simple", ThreadPriority::NORMAL,
- SchedulerWorkerPoolParams::IORestriction::ALLOWED,
SchedulerWorkerPoolParams::StandbyThreadPolicy::LAZY, kMaxThreads,
TimeDelta::Max());
TaskScheduler::CreateAndSetDefaultTaskScheduler(
« no previous file with comments | « base/task_scheduler/task_tracker_unittest.cc ('k') | base/threading/sequenced_worker_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698