| Index: media/cast/logging/logging_defines.cc
|
| diff --git a/media/cast/logging/logging_defines.cc b/media/cast/logging/logging_defines.cc
|
| index 5adb574172232fd93c253829b45614d41a4f3e11..6f9527585654f201d3e19154c4508beca4b17690 100644
|
| --- a/media/cast/logging/logging_defines.cc
|
| +++ b/media/cast/logging/logging_defines.cc
|
| @@ -18,6 +18,13 @@ CastLoggingConfig::CastLoggingConfig()
|
| enable_stats_data_collection(false),
|
| enable_tracing(false) {}
|
|
|
| +CastLoggingConfig::CastLoggingConfig(bool enable_raw_data_collection,
|
| + bool enable_stats_data_collection,
|
| + bool enable_tracing)
|
| + : enable_raw_data_collection(enable_raw_data_collection),
|
| + enable_stats_data_collection(enable_stats_data_collection),
|
| + enable_tracing(enable_tracing) {}
|
| +
|
| CastLoggingConfig::~CastLoggingConfig() {}
|
|
|
| CastLoggingConfig GetDefaultCastSenderLoggingConfig() {
|
|
|