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

Unified Diff: media/mojo/interfaces/media_service.mojom

Issue 2544523002: Pass Connector* into MojoMediaClient::Initialize(). (Closed)
Patch Set: Rebase Created 4 years 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 | « chromecast/media/service/cast_mojo_media_client.cc ('k') | media/mojo/services/android_mojo_media_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_service.mojom
diff --git a/media/mojo/interfaces/media_service.mojom b/media/mojo/interfaces/media_service.mojom
index 3acfa3aef67c7dc1e375e76c3079a7250e642fec..eda5af86c18fe6432b499e4744b3f3b03d388ba0 100644
--- a/media/mojo/interfaces/media_service.mojom
+++ b/media/mojo/interfaces/media_service.mojom
@@ -8,6 +8,10 @@ import "media/mojo/interfaces/interface_factory.mojom";
import "services/service_manager/public/interfaces/interface_provider.mojom";
interface MediaService {
- CreateInterfaceFactory(InterfaceFactory& factory,
- service_manager.mojom.InterfaceProvider frame_interfaces);
+ // Requests an InterfaceFactory. |host_interfaces| can optionally be used to
+ // provide interfaces hosted by the caller to the remote InterfaceFactory
+ // implementation.
+ CreateInterfaceFactory(
+ InterfaceFactory& factory,
+ service_manager.mojom.InterfaceProvider? host_interfaces);
};
« no previous file with comments | « chromecast/media/service/cast_mojo_media_client.cc ('k') | media/mojo/services/android_mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698