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

Unified Diff: media/cast/video_sender/video_sender.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
« media/cast/logging/logging_impl.cc ('K') | « media/cast/test/end2end_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/video_sender/video_sender.cc
diff --git a/media/cast/video_sender/video_sender.cc b/media/cast/video_sender/video_sender.cc
index 355cdef6f846dbfabfc22e67a9a648795d582281..e5fb7456d2a99b2d59b8eca9db874dee3c113aa1 100644
--- a/media/cast/video_sender/video_sender.cc
+++ b/media/cast/video_sender/video_sender.cc
@@ -274,7 +274,7 @@ void VideoSender::SendRtcpReport() {
// TODO(pwestin): When we start pulling out the logging by other means we need
// to synchronize this.
- cast_environment_->Logging()->Reset();
+ cast_environment_->Logging()->ResetRaw();
ScheduleNextRtcpReport();
}
« media/cast/logging/logging_impl.cc ('K') | « media/cast/test/end2end_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698