commit | a91d0513fa16b2e8c48acbaf7a5c18659ab10d07 | [log] [tgz] |
---|---|---|
author | erikchen <[email protected]> | Mon Mar 21 23:19:40 2016 |
committer | Commit bot <[email protected]> | Mon Mar 21 23:20:55 2016 |
tree | a1da38fd22b8fa4c03196341b49f5a0aef4cd7c3 | |
parent | c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b [diff] |
Add support for Attachment Brokering of IPC::Channels on multiple threads. Attachment brokering makes the assumption that there's a single thread on which IO related to IPC::Channels occurs. This assumption is violated when the flag --single-process is set. BUG=590213 Review URL: https://codereview.chromium.org/1739203004 Cr-Commit-Position: refs/heads/master@{#382431}