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

Unified Diff: base/task_scheduler/scheduler_worker.cc

Issue 2464963002: TaskScheduler: Remove base::ExecutionMode. (Closed)
Patch Set: CR danakj #17 Created 4 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 | « base/task_scheduler/post_task.cc ('k') | base/task_scheduler/scheduler_worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/scheduler_worker.cc
diff --git a/base/task_scheduler/scheduler_worker.cc b/base/task_scheduler/scheduler_worker.cc
index 2851a8d43c0948e812bd6d693bded63c43a4d161..5853bf6131e46e67ea8492d1351ef0e53e7338de 100644
--- a/base/task_scheduler/scheduler_worker.cc
+++ b/base/task_scheduler/scheduler_worker.cc
@@ -47,7 +47,8 @@ class SchedulerWorker::Thread : public PlatformThread::Delegate {
// This is required as SequencedWorkerPool previously blindly CoInitialized
// all of its threads.
// TODO: Get rid of this broad COM scope and force tasks that care about a
- // CoInitialized environment to request one (via an upcoming ExecutionMode).
+ // CoInitialized environment to request one (via an upcoming execution
+ // mode).
win::ScopedCOMInitializer com_initializer;
#endif
« no previous file with comments | « base/task_scheduler/post_task.cc ('k') | base/task_scheduler/scheduler_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698