| commit | c5e1504da9cb1583a10bed486117feb37c0fe12b | [log] [tgz] |
|---|---|---|
| author | Reilly Grant <reillyg@chromium.org> | Tue Aug 04 02:36:35 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 04 02:36:35 2020 |
| tree | 50b64f6c2fba5727464a05189ea44598d7c14a33 | |
| parent | e0edeb44c1292b24882ff98be6d05f194abc6a58 [diff] |
usb: Fix loop to close handles on disconnect When platform-specific logic from UsbDeviceImpl and UsbDeviceLinux was marged into UsbDevice the version from UsbDeviceLinux, which incorrectly iterated over the swapped list of open handles, was used. This change fixes that typo so that handles are once again closed when the device is disconnected. Bug: 1106051 Change-Id: I53eabd25b5799d32d2db7da5665b481abade2d11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300880 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by: James Hollyer <jameshollyer@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#794359}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.