| Index: chrome/renderer/media/cast_rtp_stream.h
|
| diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
|
| index f3a06c0e317108a6d55607a4da294acf1c845526..9238e404da1996bd345d7e0e35ca326174b23d04 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -117,6 +117,14 @@ class CastRtpStream {
|
| // Stop encoding.
|
| void Stop();
|
|
|
| + // Enables or disables logging for this stream.
|
| + void ToggleLogging(bool enable);
|
| +
|
| + // Get serialized raw events for this stream and invokes |callback|
|
| + // with the result.
|
| + void GetRawEvents(
|
| + const base::Callback<void(scoped_ptr<std::string>)>& callback);
|
| +
|
| private:
|
| // Return true if this track is an audio track. Return false if this
|
| // track is a video track.
|
|
|