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

Unified Diff: media/mojo/services/media_service_unittest.cc

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination 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/media_resource_shim.cc ('k') | media/mojo/services/mojo_data_source_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service_unittest.cc
diff --git a/media/mojo/services/media_service_unittest.cc b/media/mojo/services/media_service_unittest.cc
index 5cc137fb7ec57d22e7617a434ce1ede01beaf88a..eef43c7964b7344d0a7244f7db404f3627b8505d 100644
--- a/media/mojo/services/media_service_unittest.cc
+++ b/media/mojo/services/media_service_unittest.cc
@@ -140,7 +140,8 @@ class MediaServiceTest : public service_manager::test::ServiceTest {
.WillOnce(InvokeWithoutArgs(run_loop_.get(), &base::RunLoop::Quit));
std::vector<mojom::DemuxerStreamPtr> streams;
streams.push_back(std::move(video_stream_proxy));
- renderer_->Initialize(std::move(client_ptr_info), std::move(streams),
+ renderer_->Initialize(std::move(client_ptr_info),
+ MediaResource::kInvalidRemoteId, std::move(streams),
nullptr, nullptr, base::nullopt, base::nullopt,
base::Bind(&MediaServiceTest::OnRendererInitialized,
base::Unretained(this)));
« no previous file with comments | « media/mojo/services/media_resource_shim.cc ('k') | media/mojo/services/mojo_data_source_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698