Remove blink::MessagePortChannel |
|
Issue descriptionCurrently the only remaining usage of this class is as a ref-counted ScopedMessagePipeHandle container; actual MessagePort implementations in blink and android code just use the handle directly to write/read messages. So we should eliminate this class entirely and replace its usage with plain ScopedMessagePipeHandle where possible (pipes being passed across IPC might be a bit tricky, but should be possibly somehow). |
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Jan 18 2018