82df163eca
It multiplexed a bunch of different events onto a single stream. But every single listener on that stream immediately demuxed them and only cared about a subset of the events. So I made separate streams for each event. Other minor clean-ups too. R=sigmund@google.com, whesse@google.com Review-Url: https://codereview.chromium.org/2957703002 .