DescriptionMake sure MediaStreamManager handles requests in order.
This cl changes MediaStreamManager to internally use a list of requests instead of a map. The purpose is to make sure requests are serviced in the order they are requested rather than be dependent on the map key.
This is to avoid that the requests are serviced out of order if several requests are waiting for a media device to be opened.
BUG=381893
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278453
Patch Set 1 #Patch Set 2 : self review #Patch Set 3 : Added comment. #
Messages
Total messages: 5 (0 generated)
|