Index: webrtc/video/rtc_event_log.h |
diff --git a/webrtc/video/rtc_event_log.h b/webrtc/video/rtc_event_log.h |
index a6bf2e3d8836d2b7e0ee6f0ca702f56ffc48c366..c79dd1825da93c9d416587d26596174c275d91b4 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 { |
@@ -70,10 +62,6 @@ class RtcEventLog { |
// Logs a debug event. |
virtual void LogDebugEvent(DebugEvent event_type) = 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 |