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

Unified Diff: media/mojo/services/media_manifest.json

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
Index: media/mojo/services/media_manifest.json
diff --git a/media/mojo/services/media_manifest.json b/media/mojo/services/media_manifest.json
index f1c7205dd08b15595b8853b862dd6122c1155663..64c6194d6bf9f20d861874cac51450167c28cd56 100644
--- a/media/mojo/services/media_manifest.json
+++ b/media/mojo/services/media_manifest.json
@@ -4,8 +4,7 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "media:media": [ "media::mojom::MediaService" ],
- "media:interface_factory": [ "media::mojom::InterfaceFactory" ]
+ "media:media": [ "media::mojom::MediaService" ]
xhwang 2016/11/30 18:49:31 FYI, we have some very broken test that actually u
slan 2016/12/01 00:47:22 Acknowledged.
},
"requires": {
"*": [ "app" ]

Powered by Google App Engine
This is Rietveld 408576698