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.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 | « no previous file | chromecast/media/cma/base/demuxer_stream_for_test.cc » ('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.h
diff --git a/chromecast/media/cma/base/demuxer_stream_for_test.h b/chromecast/media/cma/base/demuxer_stream_for_test.h
index d0393e0cbd7b44203bdf668c9262cde5a1a667a3..129d2abf53e460fd997483f156880d40938d0cdc 100644
--- a/chromecast/media/cma/base/demuxer_stream_for_test.h
+++ b/chromecast/media/cma/base/demuxer_stream_for_test.h
@@ -47,8 +47,6 @@ class DemuxerStreamForTest : public ::media::DemuxerStream {
Type type() const override;
bool SupportsConfigChanges() override;
::media::VideoRotation video_rotation() override;
- bool enabled() const override;
- void set_enabled(bool enabled, base::TimeDelta time) override;
bool has_pending_read() const { return has_pending_read_; }
« no previous file with comments | « no previous file | chromecast/media/cma/base/demuxer_stream_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698