ZIP mount: Fix unhandled MOUNT_TYPE_INVALID error
When trying to mount a ZIP archive with an invalid path, cros_disks sends back a signal to the browser with source_type=MOUNT_TYPE_INVALID. The observing VolumeManager doesn't handle this source/mount_type, and the archive mounting request initiated from the UI is never resolved. Fix this by removing the distinction between MOUNT_TYPE_INVALID and the other mount error types. Bug: 1136329 Change-Id: If807a854ef7a13635ded29a38e76ee54e057bfc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560443Reviewed-by:Sergei Datsenko <dats@chromium.org> Reviewed-by:
François Degros <fdegros@chromium.org> Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#831221}
Showing
Please register or sign in to comment