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

Unified Diff: media/remoting/fake_media_resource.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/mojo/services/mojo_demuxer_stream_adapter.cc ('k') | media/remoting/fake_media_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/fake_media_resource.h
diff --git a/media/remoting/fake_media_resource.h b/media/remoting/fake_media_resource.h
index d9f0f688f68e65d503cfbaf0610f0d233b761540..2c5b22534fa4d1ac3866f6140d3181a7983171ea 100644
--- a/media/remoting/fake_media_resource.h
+++ b/media/remoting/fake_media_resource.h
@@ -31,8 +31,6 @@ class FakeDemuxerStream : public DemuxerStream {
void EnableBitstreamConverter() override {}
bool SupportsConfigChanges() override;
VideoRotation video_rotation() override;
- bool enabled() const override;
- void set_enabled(bool enabled, base::TimeDelta timestamp) override {}
void CreateFakeFrame(size_t size, bool key_frame, int pts_ms);
« no previous file with comments | « media/mojo/services/mojo_demuxer_stream_adapter.cc ('k') | media/remoting/fake_media_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698