| 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..5295670a495e8401b80f7c2f485875c272931c3e 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):
|
|
|