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

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

Issue 2420753002: ash: Use mojo LocaleNotificationController interface. (Closed)
Patch Set: Uniquify callbacks 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 | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/BUILD.gn » ('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": "service:ash", 3 "name": "service:ash",
4 "display_name": "Ash Window Manager and Shell", 4 "display_name": "Ash Window Manager and Shell",
5 "capabilities": { 5 "capabilities": {
6 "provided": { 6 "provided": {
7 "ash": [ 7 "ash": [
8 "ash::mojom::LocaleNotificationController",
8 "ash::mojom::ShelfController", 9 "ash::mojom::ShelfController",
9 "ash::mojom::SystemTray", 10 "ash::mojom::SystemTray",
10 "ash::mojom::WallpaperController" 11 "ash::mojom::WallpaperController"
11 ], 12 ],
12 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] 13 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
13 }, 14 },
14 "required": { 15 "required": {
15 "*": [ "accessibility", "app" ], 16 "*": [ "accessibility", "app" ],
16 "service:content_browser" : [ "content_browser:ash" ], 17 "service:content_browser" : [ "content_browser:ash" ],
17 "service:mash_session": [ "mash_session:session" ], 18 "service:mash_session": [ "mash_session:session" ],
18 "service:ui": [ "ui:window_manager" ], 19 "service:ui": [ "ui:window_manager" ],
19 "service:touch_hud": [ "mash:launchable" ] 20 "service:touch_hud": [ "mash:launchable" ]
20 } 21 }
21 } 22 }
22 } 23 }
OLDNEW
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698