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

Unified Diff: chrome/app/mojo/chrome_manifest.json

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
index 0e1ab90ba996b8a4fdd33eb6488bfe781b476f6f..85dda9bd22a7511f30374c181e33d79402c8e36e 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -5,9 +5,9 @@
"capabilities": {
"required": {
"*": { "classes": [ "app" ] },
- "mojo:ash_sysui": {
+ "mojo:ash": {
msw 2016/08/09 23:31:23 This is just a placeholder for now; these interfac
"interfaces": [
- "ash::sysui::mojom::WallpaperController",
+ "ash::mojom::WallpaperController",
"mash::shelf::mojom::ShelfController"
]
}

Powered by Google App Engine
This is Rietveld 408576698