[usb] Mark calls to SetupDiGetDeviceProperty as potentially blocking
According to hang reports this function performs an RPC call which may take some time to complete. Mark calls with a base::ScopedBlockingCall so that the thread pool knows this task may be busy for a while. Bug: 637404 Change-Id: Ibf15e9b6d7ca59453a40c1282622e9a2b0f11460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209387 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#770376}
Showing
Please register or sign in to comment