Chromium Code Reviews| Index: media/filters/chunk_demuxer.h |
| diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h |
| index dde71aef489a7a391f0901ff48e71b3868b29f2d..08517c1708d6632751dbe9ba0b829d417771bcda 100644 |
| --- a/media/filters/chunk_demuxer.h |
| +++ b/media/filters/chunk_demuxer.h |
| @@ -174,6 +174,8 @@ class MEDIA_EXPORT ChunkDemuxer : public Demuxer { |
| DemuxerHost* host_; |
| base::Closure open_cb_; |
| NeedKeyCB need_key_cb_; |
| + // Callback used to report error strings that can help the web developer |
|
ddorwin
2013/01/07 19:04:24
Copied this from sourc_buffer_stream.h. It's not o
acolwell GONE FROM CHROMIUM
2013/01/07 19:27:35
This isn't intended to only log errors. I don't th
|
| + // figure out what is wrong with the content. |
| LogCB log_cb_; |
| PipelineStatusCB init_cb_; |