DescriptionMigrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.
This patch is a follow-up to https://crrev.com/e8fa00efd0965a7eb5816a
that moves the HidService and HidConnection implementations on Linux
from the browser's FILE thread to the UI thread. This is being done
because the HID APIs on platforms other than Linux are more natural to
use on the UI thread. The users of these objects are also usually on
the UI thread. (For example, the extension API bindings.)
BUG=422540
Committed: https://crrev.com/56868deb02c83ade521fa482e2d03b9319162ae9
Cr-Commit-Position: refs/heads/master@{#306729}
Patch Set 1 : #Patch Set 2 : Fix HID receive buffer size. #
Total comments: 8
Patch Set 3 : Switched to an embedded thread checker. #
Messages
Total messages: 14 (5 generated)
|