commit | c18f64fce262d15e3f226660e6f1b9e68da54398 | [log] [tgz] |
---|---|---|
author | rockot <[email protected]> | Fri Mar 25 04:49:18 2016 |
committer | Commit bot <[email protected]> | Fri Mar 25 04:52:06 2016 |
tree | 239247ec1dc01020561630fd63ee70d9dc299442 | |
parent | 99dc8b7279e06e04ace84f234c7f72b4f37369f9 [diff] |
ChannelMojo: Bind the channel TaskRunner to the right thread In some cases ChannelMojo is constructed on a different thread from the one used for IPC. Instead of capturing the channel's IPC task runner at construction time, capture it on Connect(), which is always called on the IPC thread. BUG=597615 [email protected] Review URL: https://codereview.chromium.org/1837433002 Cr-Commit-Position: refs/heads/master@{#383246}