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

Unified Diff: ash/sysui/manifest.json

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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/sysui/BUILD.gn ('k') | ash/sysui/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/manifest.json
diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json
index b56731662a6167ee13a8fbea2c70a66a812b102b..9a6d0db157888f0358f7a509c6ddc65cb573007b 100644
--- a/ash/sysui/manifest.json
+++ b/ash/sysui/manifest.json
@@ -5,14 +5,8 @@
"capabilities": {
"required": {
"*": { "classes": [ "app" ] },
- "mojo:ash": {
- "interfaces": [
- "ash::mojom::ShelfLayout",
- "ash::mojom::UserWindowController"
- ]
- },
"exe:chrome" : {
- "interfaces": [ "ash::sysui::mojom::WallpaperManager" ],
+ "interfaces": [ "ash::mojom::WallpaperManager" ],
"classes": [ "app_list:presenter" ]
}
}
« no previous file with comments | « ash/sysui/BUILD.gn ('k') | ash/sysui/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698