| Index: webrtc/video/rtc_event_log.h
|
| diff --git a/webrtc/video/rtc_event_log.h b/webrtc/video/rtc_event_log.h
|
| index daab3c116ff0944d0f99723b946ee2fd2542a694..d9dcc5cb064bb1130771f026ca31913c72d82191 100644
|
| --- a/webrtc/video/rtc_event_log.h
|
| +++ b/webrtc/video/rtc_event_log.h
|
| @@ -19,14 +19,6 @@
|
|
|
| namespace webrtc {
|
|
|
| -// Forward declaration of storage class that is automatically generated from
|
| -// the protobuf file.
|
| -namespace rtclog {
|
| -class EventStream;
|
| -} // namespace rtclog
|
| -
|
| -class RtcEventLogImpl;
|
| -
|
| enum class MediaType;
|
|
|
| class RtcEventLog {
|
| @@ -67,10 +59,6 @@ class RtcEventLog {
|
| // Logs an audio playout event
|
| virtual void LogAudioPlayout(uint32_t ssrc) = 0;
|
|
|
| - // Reads an RtcEventLog file and returns true when reading was successful.
|
| - // The result is stored in the given EventStream object.
|
| - static bool ParseRtcEventLog(const std::string& file_name,
|
| - rtclog::EventStream* result);
|
| };
|
|
|
| } // namespace webrtc
|
|
|