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

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

Issue 164253003: Cast: Split kDuplicatePacketReceived into separate events for audio/video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/proto/proto_utils.cc » ('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 d59c045e0e972917a01702df48d35b78221bab98..59c9a27246c81f472444dad5cae45fe7763dfe33 100644
--- a/media/cast/logging/logging_defines.cc
+++ b/media/cast/logging/logging_defines.cc
@@ -63,7 +63,8 @@ std::string CastLoggingToString(CastLoggingEvent event) {
ENUM_TO_STRING(PacketRetransmitted);
ENUM_TO_STRING(AudioPacketReceived);
ENUM_TO_STRING(VideoPacketReceived);
- ENUM_TO_STRING(DuplicatePacketReceived);
+ ENUM_TO_STRING(DuplicateAudioPacketReceived);
+ ENUM_TO_STRING(DuplicateVideoPacketReceived);
case kNumOfLoggingEvents:
NOTREACHED();
return "";
« no previous file with comments | « media/cast/logging/logging_defines.h ('k') | media/cast/logging/proto/proto_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698