Fix threading bug in RemovableStorageProvider test path
Fix threading bug in RemovableStorageProvider test path RemovableStorageProvider replies to GetAllDevices() queries on the FILE thread instead of the caller's thread for test cases. This fixes the issue by posting the reply to the correct thread. (Caught by the stricter WeakPtr impl; see CL 2908073007) R=sky@chromium.org CC=wez@chromium.org Bug: 729716 Change-Id: Ie0983e03ba91c8c09ba339ea6c7061de28e69030 Reviewed-on: https://chromium-review.googlesource.com/529864Reviewed-by:Ken Rockot <rockot@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#488346}
Showing
Please register or sign in to comment