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

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

Issue 2075003002: Separate Remote InterfaceProvider again, and add a new client lib type for it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_media_application.cc
diff --git a/media/mojo/services/mojo_media_application.cc b/media/mojo/services/mojo_media_application.cc
index d1e8f8b224a8a426ca4646e9a2bb30b9d79bc4fb..70e53cfe3876ff4037bf2c4474e64ebae2872fd2 100644
--- a/media/mojo/services/mojo_media_application.cc
+++ b/media/mojo/services/mojo_media_application.cc
@@ -48,10 +48,9 @@ void MojoMediaApplication::Create(
shell::Connection* connection,
mojo::InterfaceRequest<mojom::ServiceFactory> request) {
// The created object is owned by the pipe.
- new ServiceFactoryImpl(
- std::move(request),
- connection->GetInterfaceRegistry()->GetRemoteInterfaces(), media_log_,
- ref_factory_.CreateRef(), mojo_media_client_.get());
+ new ServiceFactoryImpl(std::move(request),
+ connection->GetRemoteInterfaceProvider(), media_log_,
+ ref_factory_.CreateRef(), mojo_media_client_.get());
}
} // namespace media
« no previous file with comments | « no previous file | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698