commit | 70bbb59493f1111361e3b1bedd04a14fedb334f4 | [log] [tgz] |
---|---|---|
author | rockot <rockot@chromium.org> | Wed Jan 25 00:56:51 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jan 25 00:56:51 2017 |
tree | 61bc20fac915c49c3b2d8365a059452d5ff656b0 | |
parent | 1c971e971148a87ac4af2a0f24bbd2c2ed4ec48f [diff] |
Remove associated interface registration from ChannelProxy ChannelProxy already delegates incoming associated interface requests to its Listener if they weren't handled by the Channel. We use this instead of having ChannelProxy register UI-thread-posting binders on the Channel itself. It's simpler and safer this way. BUG=683773 R=jam@chromium.org Review-Url: https://codereview.chromium.org/2653973002 Cr-Commit-Position: refs/heads/master@{#445886}