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

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

Issue 178073004: Cast: IPC from browser to renderer to send packet events from transport to cast library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to DVLOG(1) 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
Index: media/cast/logging/logging_defines.h
diff --git a/media/cast/logging/logging_defines.h b/media/cast/logging/logging_defines.h
index 10529a2b64ab68d4fc3f2dad14a932822ad77db5..7e7c294779d2a12d82f04080b6ffd6751b7866e1 100644
--- a/media/cast/logging/logging_defines.h
+++ b/media/cast/logging/logging_defines.h
@@ -71,7 +71,7 @@ enum CastLoggingEvent {
kVideoPacketReceived,
kDuplicateAudioPacketReceived,
kDuplicateVideoPacketReceived,
- kNumOfLoggingEvents,
+ kNumOfLoggingEvents
dcheng 2014/02/27 22:27:20 I think it would be better if this were kCastLoggi
imcheng 2014/02/28 00:15:06 I tried it but it doesn't work as well as I would
dcheng 2014/02/28 19:46:11 Why would this complicate those functions? case kN
imcheng 2014/03/03 19:00:09 Yes, that will work. But that will also make kNumO
};
std::string CastLoggingToString(CastLoggingEvent event);

Powered by Google App Engine
This is Rietveld 408576698