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

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

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: rebase again 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 | « chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc ('k') | no next file » | 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 // In classic ash, the browser supplies ash interfaces to itself.
37 "exe:content_browser": { "classes": [ "ash" ] },
38
36 "exe:content_gpu": { "classes": [ "browser" ] }, 39 "exe:content_gpu": { "classes": [ "browser" ] },
37 "exe:content_plugin": { "classes": [ "browser" ] }, 40 "exe:content_plugin": { "classes": [ "browser" ] },
38 "exe:content_renderer": { "classes": [ "browser" ] }, 41 "exe:content_renderer": { "classes": [ "browser" ] },
39 "exe:content_utility": { "classes": [ "browser" ] }, 42 "exe:content_utility": { "classes": [ "browser" ] },
40 43
41 "mojo:shell": { 44 "mojo:shell": {
42 "classes": [ 45 "classes": [
43 "shell:client_process", 46 "shell:client_process",
44 "shell:instance_name", 47 "shell:instance_name",
45 "shell:user_id" 48 "shell:user_id"
46 ] 49 ]
47 }, 50 },
48 "mojo:file": { 51 "mojo:file": {
49 "interfaces": [ 52 "interfaces": [
50 "leveldb::mojom::LevelDBService", 53 "leveldb::mojom::LevelDBService",
51 "user_service::UserService" 54 "user_service::UserService"
52 ] 55 ]
53 }, 56 },
54 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] } 57 "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] }
55 } 58 }
56 } 59 }
57 } 60 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698