Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: webrtc/video/rtc_event_log.h

Issue 1295753003: Convenience functions to convert RtcEvents to webrtc types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comments from hlundin@ Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/video/rtc_event_log.cc » ('j') | webrtc/video/rtc_event_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698