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

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

Issue 134843005: Cast:Updating logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/test/end2end_unittest.cc
diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
index 432b69f99fd0bbd495cd952192a402ab97317746..97d0dac322fcafb3e1706466ae29e0f470bfa2d4 100644
--- a/media/cast/test/end2end_unittest.cc
+++ b/media/cast/test/end2end_unittest.cc
@@ -324,7 +324,8 @@ class TestReceiverVideoCallback :
CastLoggingConfig EnableCastLoggingConfig() {
CastLoggingConfig config;
- config.enable_data_collection = true;
+ config.enable_raw_data_collection = true;
+ config.enable_stats_data_collection = true;
return config;
}
// The actual test class, generate synthetic data for both audio and video and

Powered by Google App Engine
This is Rietveld 408576698