| Index: content/public/test/test_utils.h | 
| diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h | 
| index 29f5965db9767ac191f87bf7e01ee5ba0176de60..2b8235d06eafc98b37fc7b120536c5cbf01b7523 100644 | 
| --- a/content/public/test/test_utils.h | 
| +++ b/content/public/test/test_utils.h | 
| @@ -58,6 +58,9 @@ 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. | 
| +// | 
| +// TODO(fdoray): Rename to RunAllTaskSchedulerTasksUntilIdle() once the blocking | 
| +// pool is fully deprecated. https://crbug.com/667892 | 
| void RunAllBlockingPoolTasksUntilIdle(); | 
|  | 
| // Get task to quit the given RunLoop. It allows a few generations of pending | 
|  |