Fix CrOS FileManagerBrowserTest with scheduler enabled
commite19d4ef3a1fd8d287ea198b1bf37241d2046a1cc
authoralexclarke <alexclarke@chromium.org>
Fri, 9 Jan 2015 17:45:40 +0000 (9 09:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 9 Jan 2015 17:46:27 +0000 (9 17:46 +0000)
treece0d179b8296304e1ddfac37adb73cc6613f250b
parent97c3f5bedbea53d81e9152b9e5fdf33cc57a7398
Fix CrOS FileManagerBrowserTest with scheduler enabled

The timeouts in OpenAudioFiles/FileManagerBrowserTest where
due to a task reordering which caused
audioPlayerApp.closeWindowAndWait to never complete because
the call to getWindows failed silently.

Patches 837203002 and 832183008 must be submitted first.

BUG=432129, 444574

Review URL: https://codereview.chromium.org/838193002

Cr-Commit-Position: refs/heads/master@{#310791}
content/public/test/mock_render_thread.cc
content/renderer/render_widget.cc