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

Unified Diff: webrtc/logging/rtc_event_log/rtc_event_log.h

Issue 3016463002: Remove unused function - RtcEventLog::ParseRtcEventLog() (Closed)
Patch Set: Created 3 years, 3 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
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/rtc_event_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/rtc_event_log/rtc_event_log.h
diff --git a/webrtc/logging/rtc_event_log/rtc_event_log.h b/webrtc/logging/rtc_event_log/rtc_event_log.h
index 40d89896351cd31cfc2a255705f21defb0c47f21..fc722b204346cada3b9aba05ec6942620047a66a 100644
--- a/webrtc/logging/rtc_event_log/rtc_event_log.h
+++ b/webrtc/logging/rtc_event_log/rtc_event_log.h
@@ -144,16 +144,6 @@ class RtcEventLog {
// Logs the result of an unsuccessful probing attempt.
virtual void LogProbeResultFailure(int id,
ProbeFailureReason failure_reason) = 0;
-
- // Reads an RtcEventLog file and returns true when reading was successful.
- // The result is stored in the given EventStream object.
- // The order of the events in the EventStream is implementation defined.
- // The current implementation writes a LOG_START event, then the old
- // configurations, then the remaining events in timestamp order and finally
- // a LOG_END event. However, this might change without further notice.
- // TODO(terelius): Change result type to a vector?
- static bool ParseRtcEventLog(const std::string& file_name,
- rtclog::EventStream* result);
};
// No-op implementation is used if flag is not set, or in tests.
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/rtc_event_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698