Cast channel: Add cast.channel.getLogs extension API.
Added gzip compression to the logs after serialization.
The cast.channel.getLogs API will calls the Logger class, which in
turns assmebles the Log in protocol buffer format, serializes it, and
apply gzip compression to it. The resulting blob is then passed through
the caller-supplied callback.
BUG=
343228
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=289842