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

Unified Diff: media/base/mock_filters.h

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 | « media/base/fake_text_track_stream.cc ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index ecd6848583b86edbaad21c95921786dc91fd29b4..598860f937ab090e83ae2ceef74bc949ec6e1989 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -158,7 +158,7 @@ class MockDemuxerStream : public DemuxerStream {
VideoRotation video_rotation() override;
MOCK_CONST_METHOD0(enabled, bool());
MOCK_METHOD2(set_enabled, void(bool, base::TimeDelta));
- MOCK_METHOD1(SetStreamRestartedCB, void(const StreamRestartedCB&));
+ MOCK_METHOD1(SetStreamStatusChangeCB, void(const StreamStatusChangeCB&));
private:
Type type_;
« no previous file with comments | « media/base/fake_text_track_stream.cc ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698