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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . 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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "service:content_browser", 3 "name": "service:content_browser",
4 "process-group": "browser", 4 "process-group": "browser",
5 "display_name": "Content (browser process)", 5 "display_name": "Content (browser process)",
6 "capabilities": { 6 "capabilities": {
7 // Remove this once http://crbug.com/632818 is fixed. 7 // Remove this once http://crbug.com/632818 is fixed.
8 "provided": { 8 "provided": {
9 "gpu": [ ], 9 "gpu": [ ],
10 "plugin": [ ], 10 "plugin": [ ],
(...skipping 15 matching lines...) Expand all
26 "content::mojom::VideoCaptureHost", 26 "content::mojom::VideoCaptureHost",
27 "device::BatteryMonitor", 27 "device::BatteryMonitor",
28 "device::mojom::LightSensor", 28 "device::mojom::LightSensor",
29 "device::mojom::MotionSensor", 29 "device::mojom::MotionSensor",
30 "device::mojom::OrientationSensor", 30 "device::mojom::OrientationSensor",
31 "device::mojom::TimeZoneMonitor", 31 "device::mojom::TimeZoneMonitor",
32 "media::mojom::ImageCapture", 32 "media::mojom::ImageCapture",
33 "memory_coordinator::mojom::MemoryCoordinatorHandle" 33 "memory_coordinator::mojom::MemoryCoordinatorHandle"
34 ], 34 ],
35 "shell:service_factory": [ 35 "shell:service_factory": [
36 "shell::mojom::ServiceFactory" 36 "service_manager::mojom::ServiceFactory"
37 ] 37 ]
38 }, 38 },
39 "required": { 39 "required": {
40 "*": [ "app" ], 40 "*": [ "app" ],
41 // In classic ash, the browser supplies ash interfaces to itself. 41 // In classic ash, the browser supplies ash interfaces to itself.
42 "service:content_browser": [ "ash" ], 42 "service:content_browser": [ "ash" ],
43 "service:content_gpu": [ "browser" ], 43 "service:content_gpu": [ "browser" ],
44 "service:content_plugin": [ "browser" ], 44 "service:content_plugin": [ "browser" ],
45 "service:content_renderer": [ "browser" ], 45 "service:content_renderer": [ "browser" ],
46 "service:content_utility": [ "browser" ], 46 "service:content_utility": [ "browser" ],
47 "service:shell": [ "shell:client_process", 47 "service:shell": [ "shell:client_process",
48 "shell:instance_name", 48 "shell:instance_name",
49 "shell:user_id" ], 49 "shell:user_id" ],
50 "service:file": [ "file:filesystem", "file:leveldb" ], 50 "service:file": [ "file:filesystem", "file:leveldb" ],
51 "service:media": [ "media:media" ] 51 "service:media": [ "media:media" ]
52 } 52 }
53 } 53 }
54 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698