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

Unified Diff: content/public/test/test_utils.h

Issue 2893823003: Flush all TaskScheduler<->MainLoop tasks in ~TestBrowserThreadBundle() (Closed)
Patch Set: . Created 3 years, 7 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 | « content/public/test/test_browser_thread_bundle.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_utils.h
diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
index 2b8235d06eafc98b37fc7b120536c5cbf01b7523..f8afeece3a3c8c9318ca1bf6334c031b0f404ad5 100644
--- a/content/public/test/test_utils.h
+++ b/content/public/test/test_utils.h
@@ -56,8 +56,8 @@ void RunAllPendingInMessageLoop();
// thread.
void RunAllPendingInMessageLoop(BrowserThread::ID thread_id);
-// Runs until both the blocking pool and the current message loop are empty
-// (have no more scheduled tasks) and no tasks are running.
+// Runs until the blocking pool, task scheduler, and the current message loop
+// are all empty (have no more scheduled tasks) and no tasks are running.
//
// TODO(fdoray): Rename to RunAllTaskSchedulerTasksUntilIdle() once the blocking
// pool is fully deprecated. https://crbug.com/667892
« no previous file with comments | « content/public/test/test_browser_thread_bundle.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698