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

Unified Diff: media/cast/logging/logging_defines.cc

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 6 years, 8 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 | « media/cast/logging/logging_defines.h ('k') | media/cast/logging/raw_event_subscriber_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/logging_defines.cc
diff --git a/media/cast/logging/logging_defines.cc b/media/cast/logging/logging_defines.cc
index 894b059943c0c994217ed55623f1aceb00ebc6de..e86f02bcdf8567f55ed4ec7790e3075fb8e2f02d 100644
--- a/media/cast/logging/logging_defines.cc
+++ b/media/cast/logging/logging_defines.cc
@@ -104,15 +104,5 @@ PacketEvent::PacketEvent()
type(kUnknown) {}
PacketEvent::~PacketEvent() {}
-FrameLogStats::FrameLogStats()
- : event_counter(0),
- sum_size(0) {}
-FrameLogStats::~FrameLogStats() {}
-
-PacketLogStats::PacketLogStats()
- : event_counter(0),
- sum_size(0) {}
-PacketLogStats::~PacketLogStats() {}
-
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/logging/logging_defines.h ('k') | media/cast/logging/raw_event_subscriber_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698