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

Unified Diff: media/base/pipeline_unittest.cc

Issue 692323002: Move Liveness from DemuxerStreamProvider to DemuxerStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: media/base/pipeline_unittest.cc
diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
index 5bb48ad5716db821f2bb721a541c340441def00d..8b204b8b823a59544c0b4473472eea8a96b1ad60 100644
--- a/media/base/pipeline_unittest.cc
+++ b/media/base/pipeline_unittest.cc
@@ -98,9 +98,6 @@ class PipelineTest : public ::testing::Test {
EXPECT_CALL(*demuxer_, GetTimelineOffset())
.WillRepeatedly(Return(base::Time()));
- EXPECT_CALL(*demuxer_, GetLiveness())
- .WillRepeatedly(Return(Demuxer::LIVENESS_UNKNOWN));
wolenetz 2014/11/11 23:48:07 Just a double-check: pipeline no longer should car
xhwang 2014/11/14 06:38:04 Yes. This is just to suppress warnings.
wolenetz 2014/11/14 19:21:58 Acknowledged.
-
EXPECT_CALL(*renderer_, GetMediaTime())
.WillRepeatedly(Return(base::TimeDelta()));

Powered by Google App Engine
This is Rietveld 408576698