Fix assert due to threading issues in update_client::ActionRunner.
The change to use task scheduler in update_client has incorrectly made some of the update_client::ActionRunner code run on the UI thread, therefore, the unpacker code is asserting that IO is not allowed. See change https://chromium-review.googlesource.com/c/chromium/src/+/770050 Bug: 740992 Change-Id: I27a7ce650a1bf06ba76aac913d741c9adf5f6424 Reviewed-on: https://chromium-review.googlesource.com/792333Reviewed-by:Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519786}
Showing
Please register or sign in to comment