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

Unified Diff: webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc

Issue 3012923002: Add the internals of RtcEvent's subclasses (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
Index: webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc
diff --git a/webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc b/webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc
index 801aa98e2686818d3fd0ff4dd16d12a87d9501ae..60369608b479b585a1a97daf7cb3a2e92765a28a 100644
--- a/webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc
+++ b/webrtc/logging/rtc_event_log/events/rtc_event_logging_stopped.cc
@@ -12,6 +12,9 @@
namespace webrtc {
+RtcEventLoggingStopped::RtcEventLoggingStopped(int64_t timestamp_us)
+ : timestamp_us_(timestamp_us) {}
+
RtcEvent::Type RtcEventLoggingStopped::GetType() const {
return RtcEvent::Type::LoggingStopped;
}

Powered by Google App Engine
This is Rietveld 408576698