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

Unified Diff: media/base/mock_filters.h

Issue 2698713003: Remove enabled/set_enabled from DemuxerStream interface (Closed)
Patch Set: cast_shell build fix Created 3 years, 10 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/media_resource.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 7a0167f8b509b0ac8ec410254a57e251685b7c6b..a6c01dc7e61d7c0e7d8f89c29b74de1b579dcf9a 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -166,8 +166,6 @@ class MockDemuxerStream : public DemuxerStream {
void set_liveness(Liveness liveness);
VideoRotation video_rotation() override;
- MOCK_CONST_METHOD0(enabled, bool());
- MOCK_METHOD2(set_enabled, void(bool, base::TimeDelta));
private:
Type type_;
« no previous file with comments | « media/base/media_resource.cc ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698