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 |