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

Unified Diff: media/cast/transport/cast_transport_config.cc

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: Addressed hubbe's comments 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/transport/cast_transport_config.cc
diff --git a/media/cast/transport/cast_transport_config.cc b/media/cast/transport/cast_transport_config.cc
index 1ec6be5485438ccd857188edd8417c0742306df7..4e7ab1715a1cfca742946cfc108b7e0ccbdcda0c 100644
--- a/media/cast/transport/cast_transport_config.cc
+++ b/media/cast/transport/cast_transport_config.cc
@@ -26,7 +26,8 @@ CastTransportConfig::CastTransportConfig()
audio_frequency(0),
audio_channels(0),
aes_key(""),
- aes_iv_mask("") {}
+ aes_iv_mask(""),
+ enable_raw_event_logging(false) {}
CastTransportConfig::~CastTransportConfig() {}

Powered by Google App Engine
This is Rietveld 408576698