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

Unified Diff: base/test/scoped_task_scheduler.h

Issue 2768873007: Add Support to Get a COM STA Task Runner from the Task Scheduler API (Closed)
Patch Set: Simplify COM Init for ScopedTaskScheduler Created 3 years, 9 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
« no previous file with comments | « base/task_scheduler/task_scheduler_impl_unittest.cc ('k') | base/test/scoped_task_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/scoped_task_scheduler.h
diff --git a/base/test/scoped_task_scheduler.h b/base/test/scoped_task_scheduler.h
index 4ac2bb541be2f6ec83ac51fbaa81799ab678ff3f..785443954b56e34097c3b0ec94f37dffaabdee1b 100644
--- a/base/test/scoped_task_scheduler.h
+++ b/base/test/scoped_task_scheduler.h
@@ -57,8 +57,9 @@ class ScopedTaskScheduler {
ScopedTaskScheduler();
// Registers a synchronous TaskScheduler on a thread that already has a
- // |message_loop|. Calling RunLoop::Run/RunUntilIdle() on the thread where
- // this lives runs the MessageLoop and TaskScheduler tasks in posting order.
+ // |message_loop| assumed to be associated with the caller's thread. Calling
+ // RunLoop::Run/RunUntilIdle() on the thread where this lives runs the
+ // MessageLoop and TaskScheduler tasks in posting order.
//
// In general, you don't need a ScopedTaskScheduler and a MessageLoop because
// ScopedTaskScheduler provides most MessageLoop features.
« no previous file with comments | « base/task_scheduler/task_scheduler_impl_unittest.cc ('k') | base/test/scoped_task_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698