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

Unified Diff: media/cast/video_receiver/video_decoder_unittest.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
Index: media/cast/video_receiver/video_decoder_unittest.cc
diff --git a/media/cast/video_receiver/video_decoder_unittest.cc b/media/cast/video_receiver/video_decoder_unittest.cc
index fce66bfe2ce4006d946543a841f93d94426b1c63..dd1c0e602498e5aeaac6fa235f0c1c1df87323dc 100644
--- a/media/cast/video_receiver/video_decoder_unittest.cc
+++ b/media/cast/video_receiver/video_decoder_unittest.cc
@@ -50,8 +50,7 @@ class VideoDecoderTest : public ::testing::Test {
new CastEnvironment(scoped_ptr<base::TickClock>(testing_clock_),
task_runner_,
task_runner_,
- task_runner_,
- GetDefaultCastReceiverLoggingConfig())),
+ task_runner_)),
test_callback_(new DecodeTestFrameCallback()) {
// Configure to vp8.
config_.codec = transport::kVp8;

Powered by Google App Engine
This is Rietveld 408576698