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

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

Issue 134843005: Cast:Updating logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review and removing unused files Created 6 years, 11 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/logging_impl.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 16314714c1640bf888a4e62e6edaf092c171c1a6..4b00edc1e2944824a40159f9e4099dafd10fbfd6 100644
--- a/media/cast/logging/logging_defines.cc
+++ b/media/cast/logging/logging_defines.cc
@@ -10,7 +10,8 @@ namespace media {
namespace cast {
CastLoggingConfig::CastLoggingConfig()
- : enable_data_collection(false),
+ : enable_raw_data_collection(false),
+ enable_stats_data_collection(false),
enable_uma_stats(false),
enable_tracing(false) {}
@@ -39,8 +40,6 @@ std::string CastLoggingToString(CastLoggingEvent event) {
return "RembBitrate";
case(kAckSent):
return "AckSent";
- case(kLastEvent):
- return "LastEvent";
case(kAudioFrameReceived):
return "AudioFrameReceived";
case(kAudioFrameCaptured):
@@ -67,7 +66,7 @@ std::string CastLoggingToString(CastLoggingEvent event) {
return "PacketSentToPacer";
case(kPacketSentToNetwork):
return "PacketSentToNetwork";
- case(kPacketRetransmited):
+ case(kPacketRetransmitted):
return "PacketRetransmited";
case(kPacketReceived):
return "PacketReceived";
« no previous file with comments | « media/cast/logging/logging_defines.h ('k') | media/cast/logging/logging_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698