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

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

Issue 2383903003: Control interfaces exposed to the browser from the media service. (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
« no previous file with comments | « no previous file | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:content_browser", 3 "name": "exe:content_browser",
4 "process-group": "browser", 4 "process-group": "browser",
5 "display_name": "Content Browser", 5 "display_name": "Content Browser",
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 "device::mojom::MotionSensor", 26 "device::mojom::MotionSensor",
27 "device::mojom::OrientationSensor", 27 "device::mojom::OrientationSensor",
28 "device::mojom::TimeZoneMonitor", 28 "device::mojom::TimeZoneMonitor",
29 "media::mojom::ImageCapture", 29 "media::mojom::ImageCapture",
30 "memory_coordinator::mojom::MemoryCoordinatorHandle" 30 "memory_coordinator::mojom::MemoryCoordinatorHandle"
31 ] 31 ]
32 }, 32 },
33 "required": { 33 "required": {
34 "*": { "classes": [ "app" ] }, 34 "*": { "classes": [ "app" ] },
35 35
36 // We allow the browser to connect to any interfaces exposed by its child
37 // processes in the "browser" class.
38 "exe:content_gpu": { "classes": [ "browser" ] }, 36 "exe:content_gpu": { "classes": [ "browser" ] },
39 "exe:content_plugin": { "classes": [ "browser" ] }, 37 "exe:content_plugin": { "classes": [ "browser" ] },
40 "exe:content_renderer": { "classes": [ "browser" ] }, 38 "exe:content_renderer": { "classes": [ "browser" ] },
41 "exe:content_utility": { "classes": [ "browser" ] }, 39 "exe:content_utility": { "classes": [ "browser" ] },
42 40
43 "mojo:shell": { 41 "mojo:shell": {
44 "classes": [ 42 "classes": [
45 "shell:client_process", 43 "shell:client_process",
46 "shell:instance_name", 44 "shell:instance_name",
47 "shell:user_id" 45 "shell:user_id"
48 ] 46 ]
49 }, 47 },
50 "mojo:file": { 48 "mojo:file": {
51 "interfaces": [ 49 "interfaces": [
52 "leveldb::mojom::LevelDBService", 50 "leveldb::mojom::LevelDBService",
53 "user_service::UserService" 51 "user_service::UserService"
54 ] 52 ]
55 }, 53 },
56 "mojo:media": { "classes": [ "all_interfaces" ] } 54 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] }
57 } 55 }
58 } 56 }
59 } 57 }
OLDNEW
« no previous file with comments | « no previous file | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698