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

Side by Side Diff: media/mojo/services/media_manifest.json

Issue 2444623002: media: Rename ServiceFactory to InterfaceFactory (Closed)
Patch Set: media: Rename ServiceFactory to InterfaceFactory Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "service:media", 2 "name": "service:media",
3 "process-group": "browser", 3 "process-group": "browser",
4 "display_name": "Media Service", 4 "display_name": "Media Service",
5 "interface_provider_specs": { 5 "interface_provider_specs": {
6 "service_manager:connector": { 6 "service_manager:connector": {
7 "provides": { 7 "provides": {
8 "media:media": [ "media::mojom::MediaService" ], 8 "media:media": [ "media::mojom::MediaService" ],
9 "media:service_factory": [ "media::mojom::ServiceFactory" ] 9 "media:interface_factory": [ "media::mojom::InterfaceFactory" ]
10 }, 10 },
11 "requires": { 11 "requires": {
12 "*": [ "app" ] 12 "*": [ "app" ]
13 } 13 }
14 } 14 }
15 } 15 }
16 } 16 }
OLDNEW
« no previous file with comments | « media/mojo/services/interface_factory_impl.cc ('k') | media/mojo/services/media_mojo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698