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

Unified Diff: chromecast/media/cma/base/demuxer_stream_for_test.cc

Issue 2199913002: Notify demux stream clients when a stream is disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't pass DemuxerStream into the status callback Created 4 years, 4 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 | « chromecast/media/cma/base/demuxer_stream_for_test.h ('k') | media/base/demuxer_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/demuxer_stream_for_test.cc
diff --git a/chromecast/media/cma/base/demuxer_stream_for_test.cc b/chromecast/media/cma/base/demuxer_stream_for_test.cc
index 3115dcf0cf66286ab363bcc1f58aafd655ad9719..bafaa8d7658e49406ddfe75cd84df1eda41ee476 100644
--- a/chromecast/media/cma/base/demuxer_stream_for_test.cc
+++ b/chromecast/media/cma/base/demuxer_stream_for_test.cc
@@ -86,7 +86,8 @@ void DemuxerStreamForTest::set_enabled(bool enabled, base::TimeDelta time) {
NOTIMPLEMENTED();
}
-void DemuxerStreamForTest::SetStreamRestartedCB(const StreamRestartedCB& cb) {
+void DemuxerStreamForTest::SetStreamStatusChangeCB(
+ const StreamStatusChangeCB& cb) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chromecast/media/cma/base/demuxer_stream_for_test.h ('k') | media/base/demuxer_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698