Switch mojo_audio_output_ipc_test.cc away from IOTaskRunnerTestingPlatformSupport
The original CL that moved this test file from content to Blink needlessly replaced the previous uses of base::test::TaskEnvironment by ScopedTestingPlatformSupport<IOTaskRunnerTestingPlatformSupport>. The replacement was needless because the IOTaskRunnerTestingPlatformSupport instances are actually not used. By removing them, code goes back to the original logic, since content::SetUpBlinkTestEnvironment(), part of the 'blink_unittests' bootstrap sequence does the same. BUG=787254 R=guidou@chromium.org Change-Id: I6c540874dabf771478f2d6efc4967b6ec020efc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363829 Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Reviewed-by:Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#802181}
Showing
Please register or sign in to comment