Fix MANUAL_Fail_NoProvider failure on all platforms.
There is a race condition issue, the media router dialog will be closed immediatly after gets the response for creating route. But we execute javascript to choose sink on media router dialog, the dialog is closed before the javascript results are sent back to C++ code, which causes timeout. The fix is to execute javascript to choose sink on media router dialog, but don't wait to get the results. BUG=637141 Review-Url: https://codereview.chromium.org/2352243002 Cr-Commit-Position: refs/heads/master@{#419943}
Showing
Please register or sign in to comment