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

Side by Side Diff: ash/mus/manifest.json

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/shutdown.mojom » ('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 "name": "service:ash", 2 "name": "service:ash",
3 "display_name": "Ash Window Manager and Shell", 3 "display_name": "Ash Window Manager and Shell",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "ash": [ 7 "ash": [
8 "ash::mojom::LocaleNotificationController", 8 "ash::mojom::LocaleNotificationController",
9 "ash::mojom::ShelfController", 9 "ash::mojom::ShelfController",
10 "ash::mojom::ShutdownController",
10 "ash::mojom::SystemTray", 11 "ash::mojom::SystemTray",
11 "ash::mojom::WallpaperController" 12 "ash::mojom::WallpaperController"
12 ], 13 ],
13 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 14 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
14 }, 15 },
15 "requires": { 16 "requires": {
16 "*": [ "accessibility", "app" ], 17 "*": [ "accessibility", "app" ],
17 "service:content_browser": [ "ash" ], 18 "service:content_browser": [ "ash" ],
18 "service:mash_session": [ "mash_session:session" ], 19 "service:mash_session": [ "mash_session:session" ],
19 "service:ui": [ "ui:window_manager" ], 20 "service:ui": [ "ui:window_manager" ],
20 "service:touch_hud": [ "mash:launchable" ] 21 "service:touch_hud": [ "mash:launchable" ]
21 } 22 }
22 } 23 }
23 } 24 }
24 } 25 }
OLDNEW
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/shutdown.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698