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

Unified Diff: ash/mus/manifest.json

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address comments. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/mus/shelf_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index fffa070438bad3c175d3abd51b9dc5d8186e9d49..f138985ce1237916580a1a6daa7d3e263b86d224 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -4,6 +4,11 @@
"display_name": "Ash Window Manager and Shell",
"capabilities": {
"provided": {
+ "ash": [
+ "ash::mojom::ShelfController",
+ "ash::mojom::SystemTray",
+ "ash::mojom::WallpaperController"
+ ],
"mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
},
"required": {
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/mus/shelf_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698