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

Unified Diff: media/remoting/fake_media_resource.cc

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/remoting/fake_media_resource.h ('k') | media/renderers/renderer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/fake_media_resource.cc
diff --git a/media/remoting/fake_media_resource.cc b/media/remoting/fake_media_resource.cc
index 1f40349bef824ce864681ae68c038a6a9809820b..39c702a763c9997e53c1960eab117c0ed6fe6f6e 100644
--- a/media/remoting/fake_media_resource.cc
+++ b/media/remoting/fake_media_resource.cc
@@ -72,10 +72,6 @@ VideoRotation FakeDemuxerStream::video_rotation() {
return VIDEO_ROTATION_0;
}
-bool FakeDemuxerStream::enabled() const {
- return true;
-}
-
void FakeDemuxerStream::CreateFakeFrame(size_t size,
bool key_frame,
int pts_ms) {
« no previous file with comments | « media/remoting/fake_media_resource.h ('k') | media/renderers/renderer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698