Chromium Code Reviews
DescriptionRemove bogus DCHECKs in enumeration processing.
These DCHECKs are intended to ensure that only one reply per device-type
per request is received from the browser.
However, the browser can send multiple replies if a device is added or
removed before the request is completed.
This is no problem, as the latest reply is used in case of multiple replies.
The bug is difficult to simulate in an automated test because it involves
addition and removal of devices with precise timing, but it is very easy
to reproduce manually.
BUG=607179
Committed: https://crrev.com/039cd143ff3e7d6c58fc8a6e85029d4f19e58b7d
Cr-Commit-Position: refs/heads/master@{#390360}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||