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

Unified Diff: webrtc/logging/rtc_event_log/events/rtc_event_logging_started.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_started.cc
diff --git a/webrtc/logging/rtc_event_log/events/rtc_event_logging_started.cc b/webrtc/logging/rtc_event_log/events/rtc_event_logging_started.cc
index 94022caf396e108ae5e956f82fc592e01b53cbec..4066d01c6d9b2ef1b99e376c0e3d30e1e4678a63 100644
--- a/webrtc/logging/rtc_event_log/events/rtc_event_logging_started.cc
+++ b/webrtc/logging/rtc_event_log/events/rtc_event_logging_started.cc
@@ -12,6 +12,9 @@
namespace webrtc {
+RtcEventLoggingStarted::RtcEventLoggingStarted(int64_t timestamp_us)
+ : timestamp_us_(timestamp_us) {}
+
RtcEvent::Type RtcEventLoggingStarted::GetType() const {
return RtcEvent::Type::LoggingStarted;
}

Powered by Google App Engine
This is Rietveld 408576698