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

Unified Diff: media/cast/test/receiver.cc

Issue 210303003: Cast: Remove LoggingStats in favor of event subscribers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 6 years, 9 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/test/end2end_unittest.cc ('k') | media/cast/test/sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/receiver.cc
diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
index 09eacc575131a4145d53b0eb0f8fe04160c2234b..77abee8578c4b15582f46f6548ed0bd75de22526 100644
--- a/media/cast/test/receiver.cc
+++ b/media/cast/test/receiver.cc
@@ -190,12 +190,8 @@ int main(int argc, char** argv) {
CommandLine::Init(argc, argv);
InitLogging(logging::LoggingSettings());
- // Enable raw event logging only.
- media::cast::CastLoggingConfig logging_config;
- logging_config.enable_raw_data_collection = true;
-
scoped_refptr<media::cast::CastEnvironment> cast_environment(
- new media::cast::StandaloneCastEnvironment(logging_config));
+ new media::cast::StandaloneCastEnvironment);
media::cast::AudioReceiverConfig audio_config =
media::cast::GetAudioReceiverConfig();
« no previous file with comments | « media/cast/test/end2end_unittest.cc ('k') | media/cast/test/sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698