Chromium Code Reviews
DescriptionFix 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
Committed: https://crrev.com/a14d6125f7ecf460d8b25a4058bf5d5bd722d7fc
Cr-Commit-Position: refs/heads/master@{#419943}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|
|||||||||||||||||||