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

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

Issue 83903002: Cast: Add capabity to parse receiver and sender log messages over RTCP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload Created 7 years, 1 month 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 | « no previous file | media/cast/rtcp/rtcp.cc » ('j') | media/cast/rtcp/rtcp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/logging_defines.h
diff --git a/media/cast/logging/logging_defines.h b/media/cast/logging/logging_defines.h
index 6388a12629b45bd44e0647268444f2fe2c193439..a130b5d6d369a173c4f2c8f5f0a39e831554f052 100644
--- a/media/cast/logging/logging_defines.h
+++ b/media/cast/logging/logging_defines.h
@@ -17,6 +17,7 @@ namespace cast {
enum CastLoggingEvent {
// Generic events.
+ kUnknown,
mikhal 2013/11/22 21:33:18 should also be added in the .cc
pwestin 2013/11/22 22:50:33 Done.
kRtt,
kPacketLoss,
kJitter,
« no previous file with comments | « no previous file | media/cast/rtcp/rtcp.cc » ('j') | media/cast/rtcp/rtcp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698